test: update buttons and footer positions

This commit is contained in:
radishzzz 2025-05-25 20:51:57 +01:00
parent 76f38cf64e
commit 33cf743799
2 changed files with 3 additions and 3 deletions

View file

@ -34,8 +34,8 @@ const footerLinkClass = 'highlight-hover py-0.8 transition-colors after:bottom-0
---
<footer
class="static text-3 leading-1.25em font-navbar lg:text-3.5"
lg="fixed uno-desktop-column bottom-20"
class="text-3 leading-1.25em font-navbar lg:text-3.5"
lg="uno-desktop-column bottom-20"
>
<p>
{links.map((link, index) => (

View file

@ -23,7 +23,7 @@ const SubtitleTag = isPost ? 'div' : 'h2'
<TitleTag
class:list={[
isPost
? `mb-2.6 mt-3.2 text-5.375 c-secondary lg:(mb-1.8 mt-0 text-9 c-primary)`
? `mb-2.8 mt-3 text-5.375 c-secondary lg:(mb-1.8 mt-0 text-9 c-primary)`
: `mb-1.8 w-75% text-8 c-primary lg:(w-full text-9)`,
'font-bold font-title',
]}