diff --git a/templates/default-layout.hamlet b/templates/default-layout.hamlet index 7a679af27..701b464ce 100644 --- a/templates/default-layout.hamlet +++ b/templates/default-layout.hamlet @@ -15,16 +15,15 @@ $if not isModal
-
- $maybe headline <- contentHeadline -

- - ^{headline} + $maybe headline <- contentHeadline +

+ + ^{headline} - $if not isModal && hasPageActions - - ^{pageaction} + $if not isModal && hasPageActions + + ^{pageaction} ^{widget} diff --git a/templates/default-layout.lucius b/templates/default-layout.lucius index 2dc1141d9..558ee6e0d 100644 --- a/templates/default-layout.lucius +++ b/templates/default-layout.lucius @@ -541,5 +541,5 @@ section { } .headline-one { - margin-bottom: 15px; + margin-bottom: 10px; } diff --git a/templates/widgets/pageaction/pageaction.lucius b/templates/widgets/pageaction/pageaction.lucius index 29977228d..ebdd5be78 100644 --- a/templates/widgets/pageaction/pageaction.lucius +++ b/templates/widgets/pageaction/pageaction.lucius @@ -1,6 +1,9 @@ .pagenav { display: flex; align-items: flex-start; + padding-bottom: 15px; + margin-bottom: 20px; + border-bottom: 1px solid #eee; } .pagenav__list-item {