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 3fd0275 commit 909b698Copy full SHA for 909b698
src/components/Footer.astro
@@ -40,7 +40,9 @@ const trimmedMessage = limitString(message, messageLength);
40
</div>
41
42
<!-- right column -->
43
- <ul class="flex gap-2 flex-wrap xs:flex-nowrap lg:items-center">
+ <ul
44
+ class="flex gap-2 flex-wrap xs:flex-nowrap lg:items-center [&_span]:hidden [&_span]:xs:block"
45
+ >
46
<li>
47
<Link
48
href={`mailto:${AUTHOR_EMAIL}`}
0 commit comments