mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 19:51:07 +02:00
test: update buttons and footer positions
This commit is contained in:
parent
76f38cf64e
commit
33cf743799
2 changed files with 3 additions and 3 deletions
|
@ -34,8 +34,8 @@ const footerLinkClass = 'highlight-hover py-0.8 transition-colors after:bottom-0
|
||||||
---
|
---
|
||||||
|
|
||||||
<footer
|
<footer
|
||||||
class="static text-3 leading-1.25em font-navbar lg:text-3.5"
|
class="text-3 leading-1.25em font-navbar lg:text-3.5"
|
||||||
lg="fixed uno-desktop-column bottom-20"
|
lg="uno-desktop-column bottom-20"
|
||||||
>
|
>
|
||||||
<p>
|
<p>
|
||||||
{links.map((link, index) => (
|
{links.map((link, index) => (
|
||||||
|
|
|
@ -23,7 +23,7 @@ const SubtitleTag = isPost ? 'div' : 'h2'
|
||||||
<TitleTag
|
<TitleTag
|
||||||
class:list={[
|
class:list={[
|
||||||
isPost
|
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)`,
|
: `mb-1.8 w-75% text-8 c-primary lg:(w-full text-9)`,
|
||||||
'font-bold font-title',
|
'font-bold font-title',
|
||||||
]}
|
]}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue