From 8392ec253e339f65d27994ff2f5bfa6bae41cefc Mon Sep 17 00:00:00 2001 From: Ionut Cicio Date: Sat, 9 Sep 2023 18:56:45 +0200 Subject: [PATCH] Fixed background --- src/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.css b/src/app.css index 81b6070..e5a5d63 100644 --- a/src/app.css +++ b/src/app.css @@ -25,7 +25,7 @@ body { } #bg { - background-image: url('bg.jpeg') !important; + background-image: url('/bg.jpeg') !important; background-size: cover; }