From d26a296f089c55e7b7147b1ec07e63ae22fab956 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Thu, 1 Aug 2019 23:25:56 -0400 Subject: [PATCH] Commit compiled CSS: tweak exact location of slogan --- web/themes/custom/geofresco/dist/css/global.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/themes/custom/geofresco/dist/css/global.css b/web/themes/custom/geofresco/dist/css/global.css index ff4a017..f74d70d 100644 --- a/web/themes/custom/geofresco/dist/css/global.css +++ b/web/themes/custom/geofresco/dist/css/global.css @@ -3092,6 +3092,8 @@ a.tag:hover { display: -ms-flexbox; display: flex; } .slogan .title { + position: relative; + top: 2px; color: #8FB489; font-size: 1.2rem; margin: auto; }