Skip to content

Commit 1cf11f6

Browse files
committed
fix: item spacing on the copyright message
1 parent ea84d85 commit 1cf11f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Footer.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ function Footer() {
8686

8787
return (
8888
<footer className="bg-secondary text-white">
89-
<div className="md:px-12 py-8 px-4 relative max-w-[1440px] mx-auto">
89+
<div className="md:px-12 md:pt-8 md:pb-[2px] py-8 px-4 max-w-[1440px] mx-auto">
9090
<div className="flex lg:flex-row flex-col md:gap-16 gap-8">
9191
<div className="flex-3 flex flex-col items-center">
9292
{/* logo */}
@@ -192,7 +192,7 @@ function Footer() {
192192
</div>
193193
</div>
194194
</div>
195-
<div className="sm:mt-14 mt-10">
195+
<div className="sm:-mt-4 mt-10">
196196
<h1 className="text-center text-green-footer my-4 md:my-8">
197197
&copy; {year} SpaceYaTech | All Rights Reserved
198198
</h1>

0 commit comments

Comments
 (0)