Simplify heading/paragraph margins

This commit is contained in:
Luca 2022-07-02 01:43:04 +02:00
parent f1495830da
commit 6c49e1a7a8
1 changed files with 4 additions and 4 deletions

View File

@ -112,12 +112,12 @@ a {
} }
} }
:where(h1, h2, h3, h4, h5, h6, p) + :where(h1, h2, h3, h4, h5, h6, p) { h1, h2, h3, h4, h5, h6 {
margin-top: 1rem; margin-bottom: 0.5em;
} }
p + p { p {
margin-top: 0.5rem; margin-bottom: 1em;
} }
.nav-burger { .nav-burger {