Skip to content

Commit 909b698

Browse files
committed
footer, hide span text bellow xs, only icons
1 parent 3fd0275 commit 909b698

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/Footer.astro

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ const trimmedMessage = limitString(message, messageLength);
4040
</div>
4141

4242
<!-- right column -->
43-
<ul class="flex gap-2 flex-wrap xs:flex-nowrap lg:items-center">
43+
<ul
44+
class="flex gap-2 flex-wrap xs:flex-nowrap lg:items-center [&_span]:hidden [&_span]:xs:block"
45+
>
4446
<li>
4547
<Link
4648
href={`mailto:${AUTHOR_EMAIL}`}

0 commit comments

Comments
 (0)