From 483f9ff9aa87220779ea4e34035786f95af2563a Mon Sep 17 00:00:00 2001 From: "user@node5.net" Date: Tue, 30 Jun 2026 22:36:15 +0200 Subject: style - fit url parameter pass ?scale=0.5, 1, 2, fit --- src/static/main.css | 38 +++++--------------------------------- 1 file changed, 5 insertions(+), 33 deletions(-) (limited to 'src/static') diff --git a/src/static/main.css b/src/static/main.css index 71dc482..55fa151 100644 --- a/src/static/main.css +++ b/src/static/main.css @@ -2,11 +2,10 @@ body { color: white; background: black; image-rendering: pixelated; - zoom: 2; } #root-container { - margin: auto; + margin: auto; text-align: center; width: min-content; } @@ -15,43 +14,16 @@ body { margin-top: 0.75em; } -#top { - font-size: 10px; -} - -#program { - font-size: 12.85px; -} - -#news { - font-size: 1.36em; - text-align: left; -} - .grey { color: #ddd !important; } img { - width: 400px; -} - -input { - width: 80%; - height: 200%; - font-size: 1em; -} - -#news_input_label { - font-size: 0.7em; -} - -input[type=submit] { - width: fit-content; + width: 50ch; } hr { - border: none; - height: 1px; - background-color: #333; + border: none; + height: 1px; + background-color: #333; } -- cgit v1.3.1