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; +}