Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import SocialLinks from "./SocialLinks.astro";
---

<footer
class="mx-2 flex flex-row justify-evenly md:justify-between items-start basis-full flex-1"
class="mx-2 flex flex-row justify-between items-start basis-full flex-1"
>
<SocialLinks />
<FooterMenu />
Expand Down
4 changes: 2 additions & 2 deletions src/components/FooterMenu.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import WiggleWrap from "./WiggleWrap.astro";
}
</style>

<aside id="footer-menu" class="w-1/2 md:w-fit pl-5">
<ul>
<aside id="footer-menu" class="w-1/2 md:w-fit md:pl-5">
<ul class="whitespace-nowrap">
<li>
<img
src="/img/avatar-pink-tv-ghibli-small.png"
Expand Down
2 changes: 1 addition & 1 deletion src/components/SocialLinks.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import WiggleWrap from "./WiggleWrap.astro";
</style>

<aside id="social-links" class="w-1/2 md:w-fit">
<ul class="flex flex-wrap items-center justify-start">
<ul class="flex flex-wrap items-center justify-start pl-0">
<li class="me-4">
<a href="/rss.xml"
><img
Expand Down