From: MatthewOwens Date: Mon, 20 Jul 2020 18:00:00 +0000 (+0100) Subject: ensured that all font scaling is relative X-Git-Url: https://git.owens.tech/assets/lich_lifts_title_slice.png/assets/lich_lifts_title_slice.png/git?a=commitdiff_plain;h=a03a01efdd9592a3dd83334f0720852bb23da6c2;p=website.git ensured that all font scaling is relative --- diff --git a/style.css b/style.css index 1a5cc39..078981e 100644 --- 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{