From 852a7c5644da05d45e47c0f99553d79fc42dc937 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sun, 29 Sep 2019 12:44:32 -0400 Subject: [PATCH] Commit compiled CSS --- web/themes/custom/geofresco/dist/css/global.css | 3 +++ web/themes/custom/geofresco/dist/css/overrides.css | 3 +++ 2 files changed, 6 insertions(+) diff --git a/web/themes/custom/geofresco/dist/css/global.css b/web/themes/custom/geofresco/dist/css/global.css index 961aae0..ce12fff 100644 --- a/web/themes/custom/geofresco/dist/css/global.css +++ b/web/themes/custom/geofresco/dist/css/global.css @@ -3089,6 +3089,9 @@ a.tag:hover { .image-inline { margin: 1em; } +.drum { + margin-bottom: 1.2rem; } + .input, .textarea, .select select { background-color: white; border-color: #dbdbdb; diff --git a/web/themes/custom/geofresco/dist/css/overrides.css b/web/themes/custom/geofresco/dist/css/overrides.css index 5ede7ee..94eb9c2 100644 --- a/web/themes/custom/geofresco/dist/css/overrides.css +++ b/web/themes/custom/geofresco/dist/css/overrides.css @@ -21,3 +21,6 @@ background-position: center; height: 40rem; background-size: cover; } + +.title:not(:last-child) { + margin-bottom: inherit; }