Stop excessive space under subtitles also

This commit is contained in:
benjamin melançon 2019-09-30 19:15:58 -04:00
parent f6f64a169d
commit 35a9c22fd4

View file

@ -35,6 +35,8 @@
/* The not last child stuff is needed to prevent some crazy Bulma rule that
sets a margin of 1.5rem on bloody everything not last child. */
.title,
.subtitle,
.subtitle:not(:last-child),
.title:not(:last-child) {
margin-bottom: 0.5em;
}