Fix font size property

This commit is contained in:
Danila Fedorin 2019-08-23 21:22:38 -07:00
parent 392d799bcf
commit f6ce669fb4
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ body {
font-family: 'Open Sans', sans-serif;
margin: 0;
background-color: $background-color;
font-height: .7em;
font-size: .7em;
color: white;
}