Skip to content

Commit 3a5da8a

Browse files
committed
responsive links, about page
1 parent 9d3126f commit 3a5da8a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/pages/about.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,19 @@ My hobbies are fishing, lure building, bicycling, playing guitar, composing in F
2424

2525
If you want to contact me about coding, or if you need a companion for fishing or jamming, use the links below.
2626

27-
<p class="my-2">
27+
<p class="my-2 flex gap-1 flex-col xs:flex-row">
2828
<label class="font-bold">GitHub:</label>
2929
<Link href={AUTHOR_GITHUB} target="_blank">{AUTHOR_GITHUB}</Link>
3030
</p>
31-
<p class="my-2">
31+
<p class="my-2 flex gap-1 flex-col xs:flex-row">
3232
<label class="font-bold">LinkedIn:</label>
3333
<Link href={AUTHOR_LINKEDIN} target="_blank">{AUTHOR_LINKEDIN}</Link>
3434
</p>
35-
<p class="my-2">
35+
<p class="my-2 flex gap-1 flex-col xs:flex-row">
3636
<label class="font-bold">Twitter:</label>
3737
<Link href={AUTHOR_TWITTER} target="_blank">{AUTHOR_TWITTER}</Link>
3838
</p>
39-
<p class="my-2">
39+
<p class="my-2 flex gap-1 flex-col xs:flex-row">
4040
<label class="font-bold">YouTube:</label>
4141
<Link href={AUTHOR_YOUTUBE} target="_blank">{AUTHOR_YOUTUBE}</Link>
4242
</p>

0 commit comments

Comments
 (0)