Take control of title class bottom margin
This commit is contained in:
parent
bd26b9abc3
commit
135bea54dc
1 changed files with 4 additions and 1 deletions
|
@ -32,6 +32,9 @@
|
||||||
background-size: cover;
|
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) {
|
.title:not(:last-child) {
|
||||||
margin-bottom: initial;
|
margin-bottom: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue