Browse Source

Fix spacing of notification headers a little

merge-requests/70/head
Deimos 5 years ago
parent
commit
0202b8685b
  1. 4
      tildes/scss/modules/_heading.scss

4
tildes/scss/modules/_heading.scss

@ -11,6 +11,6 @@
.heading-notification { .heading-notification {
font-size: 0.8rem; font-size: 0.8rem;
line-height: 0.8rem;
margin-bottom: 0;
line-height: 1rem;
margin-bottom: 0.2rem;
} }
Loading…
Cancel
Save