diff --git a/templates/default-layout.lucius b/templates/default-layout.lucius index ad9fe2301..09ac88517 100644 --- a/templates/default-layout.lucius +++ b/templates/default-layout.lucius @@ -204,7 +204,7 @@ h4 { } .main__content-body { - padding: 0 40px 60px; + padding: 30px 40px 60px; } @media (max-width: 768px) { @@ -221,6 +221,11 @@ h4 { } } +/* sepcial case for breadcrumbs */ +.breadcrumbs__container + .main__content-body { + padding-top: 0; +} + .pseudo-focus { outline: 5px auto var(--color-light); outline: 5px auto -webkit-focus-ring-color; diff --git a/templates/home.hamlet b/templates/home.hamlet index d89262014..bb378fe62 100644 --- a/templates/home.hamlet +++ b/templates/home.hamlet @@ -16,5 +16,3 @@ Re-Implementierung von UniWorX ^{features} - - diff --git a/templates/widgets/pageactionprime.hamlet b/templates/widgets/pageactionprime.hamlet index 492a9ebbf..2c828a4fa 100644 --- a/templates/widgets/pageactionprime.hamlet +++ b/templates/widgets/pageactionprime.hamlet @@ -6,5 +6,5 @@ $if hasPageActions $case menuType $of PageActionPrime (MenuItem label mIcon route _)