We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a38ca commit 308f35bCopy full SHA for 308f35b
src/layouts/Footer.jsx
@@ -25,7 +25,7 @@ const Footer = memo(function Footer({ setCursorVariant }) {
25
26
const Content = ({ setCursorVariant }) => {
27
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 ">
+ <div className="relative bg-secondary/40 overflow-hidden py-8 px-12 w-full h-full flex flex-col items-center gap-4 ">
29
<p className="self-start text-4xl sm:text-7xl max-w-full md:max-w-8xl font-bold text-gray-500/60">
30
Awesome React js Projects
31
</p>
0 commit comments