css on desktop boost font size

This commit is contained in:
James Tomasino 2018-11-26 22:15:17 -05:00
parent 5608f4673b
commit 3a4023e045
1 changed files with 5 additions and 0 deletions

View File

@ -38,5 +38,10 @@
font-size: 16px;
}
}
@media screen and (min-width: 900px) {
body, html {
font-size: 20px;
}
}
</style>