Skip to content

Commit 308f35b

Browse files
committed
style(tailwind): update gap-3 to gap-4 in footer
1 parent 78a38ca commit 308f35b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/Footer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const Footer = memo(function Footer({ setCursorVariant }) {
2525

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

0 commit comments

Comments
 (0)