From 9032d569a22360107e8eed1d6b65a7b836455366 Mon Sep 17 00:00:00 2001 From: Eyal Gruss Date: Fri, 29 Mar 2024 16:46:45 +0300 Subject: [PATCH] mobile should have wider media --- resen/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resen/style.css b/resen/style.css index a3c1fe7..bbeaafc 100644 --- a/resen/style.css +++ b/resen/style.css @@ -988,6 +988,10 @@ a.sponsors { } @media (max-width: 480px) { + :root { + --media_width: 100%; + } + blockquote, li:not(.mono *), p:not(div *, .story) { text-align: start; }