From efaf50cc0c9446421ea42c7dabdcfced57bbf3b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Fri, 28 Jan 2022 20:18:10 -0500 Subject: [PATCH] Commit compiled CSS --- web/themes/custom/geofresco/dist/css/overrides.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/web/themes/custom/geofresco/dist/css/overrides.css b/web/themes/custom/geofresco/dist/css/overrides.css index 5a77237..2d9bfa6 100644 --- a/web/themes/custom/geofresco/dist/css/overrides.css +++ b/web/themes/custom/geofresco/dist/css/overrides.css @@ -38,9 +38,9 @@ position: absolute; left: -4rem; } -.comment-section { - display: block; } - .comment-section article { - padding-bottom: 0; } - .comment-section .content p:not(:last-child) { - margin-bottom: 0; } +.comment-section article { + display: block; + padding-bottom: 0; } + +.comment-section .content p:not(:last-child) { + margin-bottom: 0; }