From 988e11387ffee85b328cd0b13b78e77444c1e811 Mon Sep 17 00:00:00 2001 From: flejk Date: Mon, 7 Feb 2022 23:14:15 +0100 Subject: [PATCH] update of pathing in ccs file --- src/style/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style/style.css b/src/style/style.css index 2738790..135c255 100755 --- a/src/style/style.css +++ b/src/style/style.css @@ -49,7 +49,7 @@ header { height: 220px; width: 100%; margin: 0 0 0 0; - background-image: url("/BeerListOfMine/src/bg-logo.png"); + background-image: url("../bg-logo.png"); background-repeat: no-repeat; }