Procházet zdrojové kódy

bazel: CSS styling for article > h1

Simon Legner před 1 rokem
rodič
revize
0bb3f3779f
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  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;