From 87aae76d17162eb5ab25bf2cd32106310d0320c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Fri, 28 Jan 2022 20:01:17 -0500 Subject: [PATCH] Commit compiled CSS --- web/themes/custom/geofresco/dist/css/overrides.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/web/themes/custom/geofresco/dist/css/overrides.css b/web/themes/custom/geofresco/dist/css/overrides.css index 7d9cf8a..5a77237 100644 --- a/web/themes/custom/geofresco/dist/css/overrides.css +++ b/web/themes/custom/geofresco/dist/css/overrides.css @@ -33,6 +33,14 @@ .tag.hidden { display: none; } +/* Comment section TODO move to a proper non-overrides section, possibly into Octavia base theme! */ .comment-indicator { position: absolute; left: -4rem; } + +.comment-section { + display: block; } + .comment-section article { + padding-bottom: 0; } + .comment-section .content p:not(:last-child) { + margin-bottom: 0; }