Browse Source

Reduce spacing between consecutive wiki headers

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

5
tildes/scss/modules/_text.scss

@ -27,6 +27,11 @@
margin-top: 2rem;
}
// smaller margin when an h2 is directly after an h1
h1 + h2 {
margin-top: 1rem;
}
h3 {
margin-top: 1rem;
font-size: 0.9rem;

Loading…
Cancel
Save