From 47f730ab8ce319f73f3b670227699ea9b94a4c86 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Mon, 28 Aug 2017 09:24:27 -0400 Subject: [PATCH] Fix footer image reference in HLP --- HLP.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HLP.html b/HLP.html index 911f482..ebec07c 100644 --- a/HLP.html +++ b/HLP.html @@ -48,7 +48,7 @@ width: 1000px; } .page-front { - background: url(../assets/footer-image-fpo.jpg) no-repeat bottom center; + background: url(assets/footer-image-fpo.jpg) no-repeat bottom center; background-size: 100% auto; padding-bottom: 50px; } -- 2.17.1