summaryrefslogtreecommitdiff
path: root/src/static/main.css
diff options
context:
space:
mode:
authoruser <user@node5.net>2024-07-20 11:53:11 +0200
committeruser <user@node5.net>2024-07-20 11:53:11 +0200
commit9324bc325ea878a6d7d48d655e085f9a1731f938 (patch)
tree59fb82551c47f15aa0155818fababf4e341051cb /src/static/main.css
parent78e3f6ea427a10edaeac1c056f8a3ab5640e2a0c (diff)
Style - Fix chromium sizing
Diffstat (limited to 'src/static/main.css')
-rw-r--r--src/static/main.css13
1 files changed, 11 insertions, 2 deletions
diff --git a/src/static/main.css b/src/static/main.css
index e4d5aef..7ed0543 100644
--- a/src/static/main.css
+++ b/src/static/main.css
@@ -16,14 +16,16 @@ body {
}
#top {
- font-size: 1.36em;
+ font-size: 1vh;
color: grey;
}
#program {
- font-size: 1.64em;
+ font-size: 1.3vh;
}
+
+
#news {
font-size: 1.36em;
text-align: left;
@@ -33,6 +35,10 @@ body {
color: grey !important;
}
+img {
+ width: 40vh;
+}
+
input {
width: 80%;
height: 200%;
@@ -55,6 +61,8 @@ progress {
width: 93%;
}
+progress::-webkit-progress-value { background: #006688; }
+
progress::-moz-progress-bar { background: #006688; }
#progress-bar span {
@@ -68,5 +76,6 @@ progress::-moz-progress-bar { background: #006688; }
display: block;
position: relative;
width: 100%;
+ left: -1.25vh;
}