diff --git a/src/styles/banner.scss b/src/styles/banner.scss index 49f41ad..5a78e8a 100644 --- a/src/styles/banner.scss +++ b/src/styles/banner.scss @@ -12,6 +12,16 @@ align-items: center; justify-items: center; background-color: $primary; + + // ios homescreen app whitespace above header fix. + &::before { + content: ''; + width: 100%; + height: 3rem; + position: absolute; + top: -3rem; + background-color: inherit; + } } .company-logo{