Skip to content

Commit 3e8c323

Browse files
committed
Fix footer paddings.
1 parent 77bf03c commit 3e8c323

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Footer.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const gitVersion = __GIT_VERSION__;
4545
}
4646
</div>
4747

48-
<div class="flex flex-wrap gap-8 justify-between">
48+
<div class="flex flex-wrap gap-2 justify-between">
4949
<div class="w-full py-2 border-t border-b border-white/10">
5050
<div
5151
class="flex flex-col lg:flex-row self-center gap-2 lg:gap-12 justify-end"
@@ -83,7 +83,7 @@ const gitVersion = __GIT_VERSION__;
8383
</div>
8484

8585
<div class="flex w-full lg:flex-row flex-col-reverse justify-between">
86-
<div class="terms py-4 text-center ">
86+
<div class="terms py-2 text-center ">
8787
{
8888
links.terms.map((item) => (
8989
<a

0 commit comments

Comments
 (0)