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) {
margin-top: 1rem;
h1, h2, h3, h4, h5, h6 {
margin-bottom: 0.5em;
}
p + p {
margin-top: 0.5rem;
p {
margin-bottom: 1em;
}
.nav-burger {