From f64e1885986fe6f87f3be847bd3cba1c97c72b5d Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Tue, 31 Dec 2024 14:38:47 +0100 Subject: [PATCH] signup bg size fixed --- src/App.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.css b/src/App.css index 79280ae..b389f38 100644 --- a/src/App.css +++ b/src/App.css @@ -6,6 +6,6 @@ .signup-bg { background-image: url('./assets/bg/signup_bg.jpg') !important; - background-size: 100%; + background-size: cover; background-repeat: no-repeat; } \ No newline at end of file