bazel: CSS styling for article > h1

This commit is contained in:
Simon Legner 2024-01-05 20:15:27 +01:00
parent 169651c1b7
commit 0bb3f3779f

View file

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