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 77bf03c commit 3e8c323Copy full SHA for 3e8c323
src/components/Footer.astro
@@ -45,7 +45,7 @@ const gitVersion = __GIT_VERSION__;
45
}
46
</div>
47
48
- <div class="flex flex-wrap gap-8 justify-between">
+ <div class="flex flex-wrap gap-2 justify-between">
49
<div class="w-full py-2 border-t border-b border-white/10">
50
<div
51
class="flex flex-col lg:flex-row self-center gap-2 lg:gap-12 justify-end"
@@ -83,7 +83,7 @@ const gitVersion = __GIT_VERSION__;
83
84
85
<div class="flex w-full lg:flex-row flex-col-reverse justify-between">
86
- <div class="terms py-4 text-center ">
+ <div class="terms py-2 text-center ">
87
{
88
links.terms.map((item) => (
89
<a
0 commit comments