Stop excessive space under subtitles also
This commit is contained in:
parent
f6f64a169d
commit
35a9c22fd4
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@
|
||||||
/* The not last child stuff is needed to prevent some crazy Bulma rule that
|
/* 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. */
|
sets a margin of 1.5rem on bloody everything not last child. */
|
||||||
.title,
|
.title,
|
||||||
|
.subtitle,
|
||||||
|
.subtitle:not(:last-child),
|
||||||
.title:not(:last-child) {
|
.title:not(:last-child) {
|
||||||
margin-bottom: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue