Skip to content

Commit

Permalink
fix: update all file,because linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
syafiqparadisam committed May 5, 2024
1 parent cac518b commit c4514ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/src/components/Services/TechService.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const TechService = ({
description = "Lorem ipsum dolor sit amet consectetur, adipisicing elit. Ut beatae",
}) => {
return (
<div className="lg:w-1/4 minilaptop:w-1/3 w-4/5 hp:m-0 mx-5 bg-white flex flex-wrap tablet:justify-start justify-center flex-col minilaptop:items-start items-center shadow-xl mx-auto rounded-lg p-4 border-solid hover:bg-gray-300">
<div className="lg:w-1/4 minilaptop:w-1/3 w-4/5 hp:m-0 mx-auto bg-white flex flex-wrap tablet:justify-start justify-center flex-col minilaptop:items-start items-center shadow-xl rounded-lg p-4 border-solid hover:bg-gray-300">
<div className="flex w-full text-left pb-3 tablet:items-start items-center flex-col justify-center">
<h4 className="font-bold text-xl text-left">{title}</h4>
<p className="text-sm pt-2 font-light text-left">{description}</p>
Expand Down

0 comments on commit c4514ac

Please sign in to comment.