diff options
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; } |
