From 2350a968262d95e26137ff650ad9b95f5c0e8cbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 7 Oct 2019 09:10:49 -0400 Subject: [PATCH] Commit compiled CSS --- web/themes/custom/geofresco/dist/css/global.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/themes/custom/geofresco/dist/css/global.css b/web/themes/custom/geofresco/dist/css/global.css index 95cacef..ef2ed47 100644 --- a/web/themes/custom/geofresco/dist/css/global.css +++ b/web/themes/custom/geofresco/dist/css/global.css @@ -8276,6 +8276,10 @@ label.panel-block { .featured-image .background-replacement-for-no-image { height: 16rem; } } +/* Yes i know i should just give author bios their own class */ +.node--type-people.node--view-mode-teaser { + margin-bottom: 1rem; } + /* All classes that are mostly about adding color. */ .background-replacement-for-no-image { background-color: cadetblue; }