diff options
| author | user@node5.net <user@node5.net> | 2026-06-30 22:36:15 +0200 |
|---|---|---|
| committer | user@node5.net <user@node5.net> | 2026-06-30 23:12:45 +0200 |
| commit | 483f9ff9aa87220779ea4e34035786f95af2563a (patch) | |
| tree | 73ff381d75b7e9215ede280d29b376b86ff93e02 /src/static/main.css | |
| parent | f7193cd1c9a1970c38b41473eaa27a54dc8b9927 (diff) | |
style - fit url parameter
pass ?scale=0.5, 1, 2, fit
Diffstat (limited to 'src/static/main.css')
| -rw-r--r-- | src/static/main.css | 38 |
1 files changed, 5 insertions, 33 deletions
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; } |
