Reduce padding on small screens to 2rem

This commit is contained in:
Eryn Wells 2022-08-27 10:10:25 -07:00
parent 6f21bae492
commit d281f22242

View file

@ -486,6 +486,10 @@ ul.post-tags li + li {
}
@media (max-width: 704px) {
:root {
--body-padding: 2rem;
}
html {
font-size: 7px;
}