Skip to content

Commit

Permalink
Style: fix inconsistency
Browse files Browse the repository at this point in the history
  • Loading branch information
A1X5H04 committed Oct 12, 2023
1 parent bd8009a commit 5bc30ef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/pages/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,10 @@ export default function Home() {
"[mask-image:linear-gradient(to_bottom,white,transparent,transparent)] ",
)}
/>
<h1 className="text-3xl text-center font-extrabold mb-4">Projects</h1>
<div className="text-center">
<h1 className="text-3xl font-extrabold my-1">Projects</h1>
<p className="text-gray-500">Some of my Hobby Projects</p>
</div>
<div className="mt-8 px-5">
<div className="grid md:grid-cols-2 gap-4 grid-cols-1 ">
{projects.map((item) => {
Expand Down

0 comments on commit 5bc30ef

Please sign in to comment.