Reduce padding on small screens to 2rem
This commit is contained in:
parent
6f21bae492
commit
d281f22242
1 changed files with 4 additions and 0 deletions
|
@ -486,6 +486,10 @@ ul.post-tags li + li {
|
|||
}
|
||||
|
||||
@media (max-width: 704px) {
|
||||
:root {
|
||||
--body-padding: 2rem;
|
||||
}
|
||||
|
||||
html {
|
||||
font-size: 7px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue