Commit compiled CSS

This commit is contained in:
benjamin melançon 2019-09-30 19:17:20 -04:00
parent 35a9c22fd4
commit 3bdcb30189
2 changed files with 9 additions and 0 deletions

View file

@ -25,5 +25,7 @@
/* 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; }