refactor(footer): adjust section layout for improved responsiveness

This commit is contained in:
Shintaro Jokagi 2025-05-29 12:18:39 +12:00
parent f298522121
commit 098e0eb9df
No known key found for this signature in database
GPG key ID: 0DDF8FA44C9A0DA8

View file

@ -20,7 +20,10 @@ const {
aria-label="Site footer"
>
<div class="container flex w-full flex-col items-start justify-between gap-12">
<section class="w-full text-center lg:w-1/2 lg:text-left" aria-labelledby="footer-title">
<section
class="flex w-full flex-col gap-4 text-center lg:w-1/2 lg:text-left"
aria-labelledby="footer-title"
>
<Description id="footer-title" class="text-6xl font-bold !text-paper"
>{footer.title}</Description
>