Commit compiled CSS
This commit is contained in:
parent
135bea54dc
commit
ab29670bb2
1 changed files with 4 additions and 1 deletions
|
@ -22,5 +22,8 @@
|
||||||
height: 40rem;
|
height: 40rem;
|
||||||
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: inherit; }
|
margin-bottom: 0.5em; }
|
||||||
|
|
Loading…
Add table
Reference in a new issue