From d070b0f77f3b3192e4918f2fb7c96eb230105ee1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 7 Oct 2019 09:10:30 -0400 Subject: [PATCH] Give author bios the standard bottom padding other Article sections have --- web/themes/custom/geofresco/src/global/_layout.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/themes/custom/geofresco/src/global/_layout.scss b/web/themes/custom/geofresco/src/global/_layout.scss index fafbbb7..78c0fb7 100644 --- a/web/themes/custom/geofresco/src/global/_layout.scss +++ b/web/themes/custom/geofresco/src/global/_layout.scss @@ -53,3 +53,8 @@ height: 16rem; } } + +/* Yes i know i should just give author bios their own class */ +.node--type-people.node--view-mode-teaser { + margin-bottom: 1rem; +}