From dd63d2f4db3b0b17823af5d18675792c079cea60 Mon Sep 17 00:00:00 2001 From: Alessandro Franceschi Date: Sat, 28 Dec 2024 11:58:41 +0100 Subject: [PATCH] fix css --- css/landing-page.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/css/landing-page.css b/css/landing-page.css index d4ffbdc..26e97a8 100644 --- a/css/landing-page.css +++ b/css/landing-page.css @@ -89,23 +89,30 @@ h6 { .lightback-1 { background: url(../img/lightback-1.jpg) no-repeat center center; + background-size: cover; } .lightback-2 { background: url(../img/lightback-2.jpg) no-repeat center center; + background-size: cover; } .lightback-3 { background: url(../img/lightback-3.jpg) no-repeat center center; + background-size: cover; } .lightback-4 { background: url(../img/lightback-4.jpg) no-repeat center center; + background-size: cover; } .lightback-5 { + background-size: cover; background: url(../img/lightback-5.jpg) no-repeat center center; } .lightback-6 { background: url(../img/lightback-6.jpg) no-repeat center center; + background-size: cover; } .lightback-7 { + background-size: cover; background: url(../img/lightback-7.jpg) no-repeat center center; } @media(max-width:767px) {