From 06a8a84ffc74780f6fa534075a8a47d33b562502 Mon Sep 17 00:00:00 2001 From: "user@node5.net" Date: Tue, 15 Jul 2025 22:59:17 +0200 Subject: Allow for zooming, instead of scaling text weirdly --- src/static/main.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/static/main.css b/src/static/main.css index 19394d6..5aa2f84 100644 --- a/src/static/main.css +++ b/src/static/main.css @@ -16,11 +16,11 @@ body { } #top { - font-size: 1vh; + font-size: 0.6em; } #program { - font-size: 1.3vh; + font-size: 0.82em; } @@ -35,7 +35,7 @@ body { } img { - width: 100%; + height: 100%; } input { -- cgit v1.2.3