Reduced font size by 2px

This commit is contained in:
Marcin Kurczewski 2015-01-27 09:22:41 +01:00
parent ea5262fa2b
commit 0c4d984157

View file

@ -5,13 +5,13 @@ body {
background: #fff;
color: #555;
font-family: 'Droid Sans', sans-serif;
font-size: 17px;
font-size: 15px;
overflow-y: scroll;
}
@media all and (max-width: 40em) {
body {
font-size: 15px;
font-size: 13px;
}
}