Simplify heading/paragraph margins
This commit is contained in:
parent
f1495830da
commit
6c49e1a7a8
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue