From d56192ce0d125d7706c13b11a083211e698bc809 Mon Sep 17 00:00:00 2001 From: futile Date: Fri, 24 Jul 2026 11:11:15 +0100 Subject: [PATCH] home: update style --- home/style/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/home/style/style.css b/home/style/style.css index 53bfce1..7a5cb9f 100644 --- a/home/style/style.css +++ b/home/style/style.css @@ -7,10 +7,11 @@ html { background: url("../assets/clouds.avif"), linear-gradient(180deg, hwb(230 20% 0%) 0%, hwb(230 90% 0%) 110%); background-repeat: no-repeat; background-size: cover, cover; + background-attachment: fixed; } body { - height: 100dvh; + min-height: 100dvh; padding: 20px; } @@ -54,9 +55,9 @@ ul { .font-heavy { font-weight: 500; } .max-w-md { - max-width: calc(var(--space) * 200); + max-width: calc(var(--space) * 180); @media (max-width: 1024px) { - max-width: calc(var(--space) * 400); + max-width: calc(var(--space) * 360); } } /* tailwind lite */