Make spacing below template folder heading even

It was a bit inconsistent depending on whether there was/wasn’t a search
box or channel tabs on the page.

I found this just too complicated to do in pure CSS, so added a new
spacing class which gets toggled on and off.
This commit is contained in:
Chris Hill-Scott
2019-07-03 15:17:35 +01:00
parent 003e926f27
commit b4dde3842e
3 changed files with 12 additions and 11 deletions
-10
View File
@@ -79,16 +79,6 @@ a {
word-wrap: break-word;
}
> .grid-row:first-child {
.heading-large,
.heading-medium {
margin: $gutter-half 0 $gutter-half 0;
word-wrap: break-word;
}
}
}
.highlight {