bazel: CSS styling for article > h1

pull/2101/head
Simon Legner 1 year ago
parent 169651c1b7
commit 0bb3f3779f

@ -9,11 +9,13 @@
&._page-error { position: static; } &._page-error { position: static; }
> h1, > h1,
> article > h1,
> header > h1, > header > h1,
> section > h1 { > section > h1 {
@extend ._lined-heading; @extend ._lined-heading;
} }
> h1:first-child, > h1:first-child,
> article:first-of-type > h1,
> header:first-of-type > h1, > header:first-of-type > h1,
> section:first-of-type > h1 { > section:first-of-type > h1 {
margin-top: 0; margin-top: 0;

Loading…
Cancel
Save