diff --git a/assets/stylesheets/components/_page.scss b/assets/stylesheets/components/_page.scss index e3c735dc..900ed605 100644 --- a/assets/stylesheets/components/_page.scss +++ b/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;