Update CSS to fix #75

This commit is contained in:
George Cushen 2017-01-01 22:46:04 +00:00
commit e604f07850

View file

@ -26,7 +26,7 @@ html {
color: rgba(0,0,0,0.8);
line-height: 1.65;
}
@media screen and (min-width: 58rem) {
@media screen and (min-width: 58em) {
html {
font-size: 20px;
}