minor style update

This commit is contained in:
Joshua Seigler 2018-01-05 00:51:45 -05:00
parent 224e089c61
commit d0c40f8b0c
3 changed files with 3 additions and 3 deletions

View file

@ -90,7 +90,7 @@ p {
} }
/*layout*/ /*layout*/
html { html {
font-size: calc(0.8em + 1.3vmin); font-size: calc(1em + 0.8vh + 0.5vmin);
height: 100%; height: 100%;
} }
body { body {

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
/*layout*/ /*layout*/
html { html {
font-size: ~"calc(0.8em + 1.3vmin)"; font-size: ~"calc(1em + 0.8vh + 0.5vmin)";
height: 100%; height: 100%;
} }