Sfoglia il codice sorgente

bazel: CSS styling for article > h1

Simon Legner 1 anno fa
parent
commit
0bb3f3779f
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      assets/stylesheets/components/_page.scss

+ 2 - 0
assets/stylesheets/components/_page.scss

@@ -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;