From 2b7d77800446ba95a60f3e0fb650131126ca09cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sun, 29 Sep 2019 12:23:17 -0400 Subject: [PATCH] Start giving extra spacing below 'drums', sections of columns MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The term ‘drum’ is used to describe the individual circular sections places, one on top of another, to construct the shaft of the column. --- web/themes/custom/geofresco/src/global/_elements.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/themes/custom/geofresco/src/global/_elements.scss b/web/themes/custom/geofresco/src/global/_elements.scss index 9155b90..7def15e 100644 --- a/web/themes/custom/geofresco/src/global/_elements.scss +++ b/web/themes/custom/geofresco/src/global/_elements.scss @@ -53,3 +53,8 @@ .image-inline { margin: 1em; } + + +.drum { + margin-bottom: 1.2rem; +}