Reduced font size by 2px
This commit is contained in:
parent
ea5262fa2b
commit
0c4d984157
1 changed files with 2 additions and 2 deletions
|
@ -5,13 +5,13 @@ body {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
color: #555;
|
color: #555;
|
||||||
font-family: 'Droid Sans', sans-serif;
|
font-family: 'Droid Sans', sans-serif;
|
||||||
font-size: 17px;
|
font-size: 15px;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media all and (max-width: 40em) {
|
@media all and (max-width: 40em) {
|
||||||
body {
|
body {
|
||||||
font-size: 15px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue