1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-09-15 05:25:33 -04:00

not messing with the base font size sure fixes a ton of problems....

This commit is contained in:
2021-12-31 19:51:29 -05:00
parent a6499fd5bb
commit 854b9da5e2
19 changed files with 66 additions and 73 deletions

View File

@@ -5,7 +5,7 @@
background-color: var(--background-inner);
}
@media screen and (max-width: 800px) {
@media screen and (max-width: 768px) {
.main {
padding: 1.25em;
}