Skip to content

Commit bc238a5

Browse files
committed
Fix footer style.
1 parent 443c6ab commit bc238a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Footer.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const gitVersion = __GIT_VERSION__;
88
---
99

1010
<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"
11+
class="text-white max-w-4xl lg:max-w-6xl mx-auto py-10 px-6"
1212
>
1313
<p class="mb-16 text-white/10" >
1414
version: {gitVersion} @ {buildTimestamp}

0 commit comments

Comments
 (0)