We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 443c6ab commit bc238a5Copy full SHA for bc238a5
1 file changed
src/components/Footer.astro
@@ -8,7 +8,7 @@ const gitVersion = __GIT_VERSION__;
8
---
9
10
<div
11
- class="text-white max-w-4xl lg:max-w-6xl mx-auto py-10 lg:grid grid-cols-2 px-6 gap-60"
+ class="text-white max-w-4xl lg:max-w-6xl mx-auto py-10 px-6"
12
>
13
<p class="mb-16 text-white/10" >
14
version: {gitVersion} @ {buildTimestamp}
0 commit comments