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