mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
bazel: CSS styling for article > h1
This commit is contained in:
parent
169651c1b7
commit
0bb3f3779f
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue