summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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>