From c5af056a83406c380a927b72e0b48603d54ed668 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Sat, 13 Aug 2022 21:57:38 +0000 Subject: [PATCH] Migration STL --- styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index 8ead119..716cd50 100644 --- a/styles.css +++ b/styles.css @@ -97,7 +97,7 @@ header { background: #e0f0ff; /* old IE fallback */ background-attachment: fixed; - background-image: url(../templates/electronic.png); + background-image: url(../template/electronic.png); background-position: 0 0; background-repeat: cover; background-size: auto; @@ -161,7 +161,7 @@ header { footer { background: #e0f0ff; /* old IE fallback */ - background-image: url(../templates/electronic.png); + background-image: url(../template/electronic.png); background-position: 0 0; background-repeat: cover; background-size: auto;