summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoruser@node5.net <user@node5.net>2025-07-15 22:59:17 +0200
committeruser@node5.net <user@node5.net>2025-07-15 22:59:17 +0200
commit06a8a84ffc74780f6fa534075a8a47d33b562502 (patch)
tree0daf647a5b78e88e05e5d90f1cfdc958aa0fbec3 /src
parentb78d20c9627685e4c07057947f9c00a465f08ca2 (diff)
Allow for zooming, instead of scaling text weirdly
Diffstat (limited to 'src')
-rw-r--r--src/static/main.css6
1 files 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 {