From c79527ef26cf1776f37375521cc24ab97097bb9d Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Sun, 22 Dec 2024 16:42:16 +0100 Subject: [PATCH] bg fix --- src/App.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App.css b/src/App.css index c12282b..b4cb2f7 100644 --- a/src/App.css +++ b/src/App.css @@ -1,4 +1,5 @@ .custom-bg { background-image: url('./assets/bg/bg_1.jpg') !important; - background-size: 100%; + background-size: cover; + background-repeat: no-repeat; } \ No newline at end of file