diff --git a/assets/scss/components/sections/header.scss b/assets/scss/components/sections/header.scss index 6c276c7..2959ba6 100644 --- a/assets/scss/components/sections/header.scss +++ b/assets/scss/components/sections/header.scss @@ -17,11 +17,11 @@ */ section.section-header { - height: calc(100vh + 3em); + height: 100vh; & > div.columns-container { padding-top: 3em !important; - height: calc(100% - 6em); + height: calc(100% - 10em); } } diff --git a/layouts/main-index.html b/layouts/main-index.html index e89cb85..ec529d9 100644 --- a/layouts/main-index.html +++ b/layouts/main-index.html @@ -15,8 +15,6 @@

-
-