diff --git a/opentech/static_src/src/sass/public/components/_wrapper.scss b/opentech/static_src/src/sass/public/components/_wrapper.scss index 53160e7cd9a254e63183a161897ffca9122c9b5e..e8099c2d8da0c3b393abb90e86d25bd2b0ef4d0d 100644 --- a/opentech/static_src/src/sass/public/components/_wrapper.scss +++ b/opentech/static_src/src/sass/public/components/_wrapper.scss @@ -234,5 +234,13 @@ flex-direction: column; flex-grow: 1; justify-content: flex-end; + + .header--homepage & { + position: relative; + z-index: 9; + align-items: flex-start; + justify-content: center; + height: 100%; + } } }