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 */