[SUP-21756] adjust logo pos and change banner color

This commit is contained in:
Daniel Muyshond 2022-03-15 13:30:09 +01:00
parent b29c546bb8
commit 9283a69f88
1 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@ body.has-header-background header {
}
div#header-wrapper {
border-top: 62px solid black;
border-top: 62px solid $primary-color;
}
div#header {
@ -52,9 +52,9 @@ div#header {
width: 100%;
margin: 0 auto;
position: relative;
top: -62px;
top: -85px;
z-index: 0;
padding: 0 1ex;
padding: 0 2ex;
height: 274px;
@media screen and ($max-mobile-viewport) {
height: 150px;