summaryrefslogtreecommitdiff
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
parent78e3f6ea427a10edaeac1c056f8a3ab5640e2a0c (diff)
Style - Fix chromium sizing
-rw-r--r--src/static/main.css13
-rw-r--r--src/templates/base.html2
2 files changed, 12 insertions, 3 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;
}
diff --git a/src/templates/base.html b/src/templates/base.html
index ac28685..01114cf 100644
--- a/src/templates/base.html
+++ b/src/templates/base.html
@@ -9,7 +9,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="main.js" defer></script>
{% endblock %}
- <meta http-equiv="refresh" content="10">
+ <meta http-equiv="refresh" content="100">
</head>
<body>