From 08199427784589fdb531e3c5e6ce66f0809f5302 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 17 Jan 2017 10:10:27 -0500 Subject: [PATCH] Update style sheet for correct background image. --- css/winter.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/winter.css b/css/winter.css index fb1d6c3..d0c7051 100644 --- a/css/winter.css +++ b/css/winter.css @@ -1,4 +1,4 @@ body { - background: url("../dist/assets/background-winter.jpg") center top fixed; + background: url("../assets/background-winter.jpg") center top fixed; background-size: cover; } -- 2.17.1