From bd692ffbc8327c2ae6bec1376554ae569eb44e88 Mon Sep 17 00:00:00 2001 From: kdam0 Date: Fri, 14 Apr 2017 21:16:07 -0400 Subject: now using minified css on production. --- assets/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'assets/css/style.css') diff --git a/assets/css/style.css b/assets/css/style.css index d9ac8f5..39da727 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -22,7 +22,7 @@ h1{ } main { - background-image: url("../images/main.jpg"); + background-image: url("/assets/images/main.jpg"); background-size: 250px 250px; text-align: center; width: 100%; @@ -629,4 +629,4 @@ hr { .badge { background-color: #f2dede !important; color: #a94442 !important; -} \ No newline at end of file +} -- cgit v1.2.3