remove horizontal scrolling, fix header image

master
Dirk Heilig 2024-01-26 21:23:49 +01:00
parent a5dc3db4a6
commit fa86ff94f3
1 changed files with 2 additions and 2 deletions

View File

@ -250,7 +250,7 @@ a.external:after {
/* size the element who has breakpoint limitation */
/* .header, .main-wrapper, .main { width: 100vw; } */
/* .header-wrapper, .footer { width: 100vw; } */
.header-wrapper {
.header {
background-image: url("/img/banner.png");
background-size: cover;
background-repeat: no-repeat;
@ -258,7 +258,7 @@ a.external:after {
}
.header-wrapper,
.footer {
width: 100vw;
width: 90vw;
}
.main-wrapper {
width: calc(100vw - 2 * var(--len-3));