From 23b8f441e760998265579519d1d2eabdb04c56d1 Mon Sep 17 00:00:00 2001 From: slonkazoid Date: Wed, 29 Jan 2025 18:02:59 +0300 Subject: [PATCH] make it less restrictive too --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 94dc090..3298333 100644 --- a/static/style.css +++ b/static/style.css @@ -143,7 +143,7 @@ body > main > h1:first-child { margin-top: 0; } -@media (min-width: 956px) { +@media (min-width: 900px) { :root:has(body.cool) { --target-ratio: 0.6; --width: min(100% * var(--target-ratio), 1920px * var(--target-ratio));