Browse Source

Reduce spacing of more consecutive wiki headers

merge-requests/70/head
Deimos 5 years ago
parent
commit
8c15f0c907
  1. 4
      tildes/scss/modules/_text.scss

4
tildes/scss/modules/_text.scss

@ -27,8 +27,8 @@
margin-top: 2rem; margin-top: 2rem;
} }
// smaller margin when an h2 is directly after an h1
h1 + h2 {
// smaller margin when two large headers are sequential
h1 + h1, h1 + h2, h2 + h2 {
margin-top: 1rem; margin-top: 1rem;
} }

Loading…
Cancel
Save