From 43129955f4b07431dc6c078beb67f4290b6be3a8 Mon Sep 17 00:00:00 2001 From: Franke Date: Wed, 21 Jul 2021 10:10:49 +0200 Subject: [PATCH] change jumbotron to autocenter background image --- assets/landing.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/landing.css b/assets/landing.css index 5ffe62a..97445bf 100644 --- a/assets/landing.css +++ b/assets/landing.css @@ -14,6 +14,10 @@ .lpd-header .jumbotron { border-radius: 0; width:100%; + background-position: center top !important; + background-size: cover !important; + background-repeat: no-repeat !important; + background-attachment: fixed !important; } .lpd-header .jumbotron img { max-width:100%;