From 26477c42727f8199fa024dc7a79118014d9b8ea2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Fri, 30 Aug 2019 22:57:52 -0400 Subject: [PATCH] Give slogan a bit more space below, and enough margin to always show boxshadow 'cause we like our subtle boxshadow. --- web/themes/custom/geofresco/src/global/_elements.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/themes/custom/geofresco/src/global/_elements.scss b/web/themes/custom/geofresco/src/global/_elements.scss index 2334cd5..7850e82 100644 --- a/web/themes/custom/geofresco/src/global/_elements.scss +++ b/web/themes/custom/geofresco/src/global/_elements.scss @@ -34,6 +34,8 @@ .slogan { box-shadow: 0 2px 0 0 whitesmoke; + margin-bottom: 2px; /* Needed to see the boxshadow when we have the featured image directly below. */ + padding-bottom: 4px; /* Give just a little extra space at the bottom for the *appearance* of balance. */ .title { color: $green-gray; font-size: 1.2rem;