From f944b7e9f4f9907fc486ef20e9c4ad0f06cfde1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 29 Jul 2019 07:51:23 -0400 Subject: [PATCH] Commit compiled CSS --- web/themes/custom/geofresco/dist/css/overrides.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/themes/custom/geofresco/dist/css/overrides.css b/web/themes/custom/geofresco/dist/css/overrides.css index 4d5a72b..26c3dab 100644 --- a/web/themes/custom/geofresco/dist/css/overrides.css +++ b/web/themes/custom/geofresco/dist/css/overrides.css @@ -6,3 +6,8 @@ padding-top: 1.5rem; } */ +.footer { + background-image: url("/themes/custom/geofresco/images/grassland-wark-forest.jpg"); + background-position: center; + height: 40rem; + background-size: cover; }