calc font size

This commit is contained in:
Nick
2019-04-15 19:52:44 -06:00
parent 9e44d49610
commit 09dc23ae12
5 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -10,7 +10,7 @@ body {
margin-left:auto;
margin-right:auto;
margin-top:calc(30px + 4.0vh);;
font-size:14px;
font-size:calc(10px + 1.0vh);
background-color: #000;
}