diff --git a/assets/scss/components/common/columns.scss b/assets/scss/components/common/columns.scss index 2b3f39d..7d3b130 100644 --- a/assets/scss/components/common/columns.scss +++ b/assets/scss/components/common/columns.scss @@ -79,8 +79,10 @@ } } - .section-header .column > img { - width: 100%; + .section-header, .section-header-app { + .column > img { + width: 100%; + } } .col1:not(.col1-fill) { diff --git a/assets/scss/components/sections/header.scss b/assets/scss/components/sections/header.scss index 2959ba6..2a831af 100644 --- a/assets/scss/components/sections/header.scss +++ b/assets/scss/components/sections/header.scss @@ -25,9 +25,18 @@ section.section-header { } } +section.section-header-app { + height: calc(100vh + 3em); + + & > div.columns-container { + padding-top: 3em !important; + height: calc(100% - 6em); + } +} + @media screen and (max-width: 700px) { - section.section-header { + section.section-header, section.section-header-app { height: auto; min-height: calc(100vh + 3em); diff --git a/layouts/partials/section-app-header.html b/layouts/partials/section-app-header.html index d0b0dbe..b090539 100644 --- a/layouts/partials/section-app-header.html +++ b/layouts/partials/section-app-header.html @@ -3,7 +3,7 @@ {{ $i18nAppData := index $data.apps .Data.AppIndex }} {{ $AppData := index .Site.Data.metadata .Data.AppIndex }} {{ with .Data }} -
+