projects
/
website.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c4c4ae
)
ensured that all font scaling is relative
author
MatthewOwens
<matthew@owens.tech>
Mon, 20 Jul 2020 18:00:00 +0000
(19:00 +0100)
committer
MatthewOwens
<matthew@owens.tech>
Mon, 20 Jul 2020 18:00:00 +0000
(19:00 +0100)
style.css
patch
|
blob
|
history
diff --git
a/style.css
b/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: 3
vmax
;
}
.nav{