Skip to content

Commit 54e66d8

Browse files
committed
footer add gap on mobile
1 parent 2da1449 commit 54e66d8

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
@@ -44,7 +44,7 @@ const firstName = AUTHOR_NAME.split(' ')[0];
4444

4545
<!-- right column -->
4646
<ul
47-
class="flex gap-2 flex-nowrap lg:items-center [&_li]:shrink [&_li]:min-w-0 [&_a]:min-w-0 [&_span]:truncate [&_span]:shrink [&_span]:min-w-0"
47+
class="flex gap-16 xs:gap-2 flex-wrap xs:flex-nowrap lg:items-center [&_span]:hidden [&_span]:xs:block"
4848
>
4949
<li>
5050
<Link

0 commit comments

Comments
 (0)