ensured that all font scaling is relative
authorMatthewOwens <matthew@owens.tech>
Mon, 20 Jul 2020 18:00:00 +0000 (19:00 +0100)
committerMatthewOwens <matthew@owens.tech>
Mon, 20 Jul 2020 18:00:00 +0000 (19:00 +0100)
style.css

index 1a5cc39..078981e 100644 (file)
--- a/style.css
+++ b/style.css
@@ -1,6 +1,6 @@
 body {
        font-family:Monaco,Lucidia Console,Liberation Mono, DejaVu Sans Mono, serif;
-       font-size:100%;
+       font-size: 1vmax;
        background-color: #1c1c1c;
        color: #aaaaaa;
        overflow-y:scroll;
@@ -22,7 +22,7 @@ header {
 }
 
 header h1 {
-       font-size: 3.0em;
+       font-size: 3vmax;
 }
 
 .nav{