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

couple more adjustments

This commit is contained in:
2021-12-31 20:24:05 -05:00
parent 854b9da5e2
commit 76d494cd32
6 changed files with 21 additions and 5 deletions

View File

@@ -57,3 +57,10 @@
background-color: var(--light);
}
}
@media screen and (max-width: 768px) {
.content {
font-size: 0.925em;
line-height: 1.85;
}
}