change jumbotron to autocenter background image

This commit is contained in:
Franke 2021-07-21 10:10:49 +02:00
parent 749e9b507b
commit 43129955f4

@ -14,6 +14,10 @@
.lpd-header .jumbotron { .lpd-header .jumbotron {
border-radius: 0; border-radius: 0;
width:100%; width:100%;
background-position: center top !important;
background-size: cover !important;
background-repeat: no-repeat !important;
background-attachment: fixed !important;
} }
.lpd-header .jumbotron img { .lpd-header .jumbotron img {
max-width:100%; max-width:100%;