From 1612f08ed87f66e67420d46a6e4233b7c8827bd9 Mon Sep 17 00:00:00 2001 From: Arnaud Levy <contact@arnaudlevy.com> Date: Fri, 30 Dec 2022 17:49:02 +0100 Subject: [PATCH] activate unfinished feature --- assets/sass/_theme/design-system/hero.sass | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/assets/sass/_theme/design-system/hero.sass b/assets/sass/_theme/design-system/hero.sass index 20e27477..05d97cf4 100644 --- a/assets/sass/_theme/design-system/hero.sass +++ b/assets/sass/_theme/design-system/hero.sass @@ -33,15 +33,15 @@ nav + .content padding-top: 0 // TODO : handle hero with image - // @if $breadcrumb-below-h1 - // .container:first-child - // display: flex - // flex-direction: column - // nav + .content - // margin-top: 0 - // .breadcrumb-nav - // order: 3 - // margin-top: $spacing3 + @if $breadcrumb-below-h1 + .container:first-child + display: flex + flex-direction: column + nav + .content + margin-top: 0 + .breadcrumb-nav + order: 3 + margin-top: $spacing3 @include media-breakpoint-down(desktop) .breadcrumb-nav -- GitLab