Take control of title class bottom margin

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

View file

@ -32,6 +32,9 @@
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: initial;
margin-bottom: 0.5em;
}