Commit compiled CSS

This commit is contained in:
benjamin melançon 2019-09-29 12:50:22 -04:00
parent 135bea54dc
commit ab29670bb2

View file

@ -22,5 +22,8 @@
height: 40rem;
background-size: cover; }
/* 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,
.title:not(:last-child) {
margin-bottom: inherit; }
margin-bottom: 0.5em; }