diff --git a/core/css/public.scss b/core/css/public.scss index 19b9006422..0c04b07ab0 100644 --- a/core/css/public.scss +++ b/core/css/public.scss @@ -40,6 +40,11 @@ min-height: calc(100vh - 160px); } + /** don't apply content header padding on the base layout */ + &.layout-base #content { + padding-top: 0; + } + /* force layout to make sure the content element's height matches its contents' height */ .ie #content { display: inline-block; diff --git a/core/templates/layout.base.php b/core/templates/layout.base.php index d38bd114c3..bad504c97c 100644 --- a/core/templates/layout.base.php +++ b/core/templates/layout.base.php @@ -16,7 +16,7 @@ -
+