mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 17:05:32 +02:00
refactor(footer): adjust section layout for improved responsiveness
This commit is contained in:
parent
f298522121
commit
098e0eb9df
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue