Skip to content

Commit

Permalink
style(tailwind): update gap-3 to gap-4 in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
No0ne003 committed May 26, 2024
1 parent 78a38ca commit 308f35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const Footer = memo(function Footer({ setCursorVariant }) {

const Content = ({ setCursorVariant }) => {
return (
<div className="relative bg-secondary/40 overflow-hidden py-8 px-12 w-full h-full flex flex-col items-center gap-3 ">
<div className="relative bg-secondary/40 overflow-hidden py-8 px-12 w-full h-full flex flex-col items-center gap-4 ">
<p className="self-start text-4xl sm:text-7xl max-w-full md:max-w-8xl font-bold text-gray-500/60">
Awesome React js Projects
</p>
Expand Down

0 comments on commit 308f35b

Please sign in to comment.