more style tweaks

This commit is contained in:
James Tomasino 2018-11-26 22:20:03 -05:00
parent 3a4023e045
commit 3a8b6976e7
1 changed files with 2 additions and 2 deletions

View File

@ -35,12 +35,12 @@
@media screen and (min-width: 700px) {
body, html {
font-size: 16px;
font-size: 18px;
}
}
@media screen and (min-width: 900px) {
body, html {
font-size: 20px;
font-size: 24px;
}
}
</style>