From 3948efd5dba849fb5f10b4ee22e816f11d08daf8 Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Sat, 16 May 2026 00:52:28 +0200 Subject: [PATCH] More filthy scale hacks --- frontend/static/styles/common.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/static/styles/common.scss b/frontend/static/styles/common.scss index 59480d2..18bc7be 100644 --- a/frontend/static/styles/common.scss +++ b/frontend/static/styles/common.scss @@ -28,6 +28,10 @@ body { } } @media (width <= 390px) { body { scale: 0.85; } } +@media (width <= 360px) { body { scale: 0.80; } } +@media (width <= 340px) { body { scale: 0.75; } } +@media (width <= 320px) { body { scale: 0.70; } } +@media (width <= 300px) { body { scale: 0.65; } } .info_box { margin: auto;