From 69feea79b4ff1bb790ca1c857f9815b32958b9d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Fri, 28 Jan 2022 21:24:14 -0500 Subject: [PATCH] Commit compiled CSS --- web/themes/custom/geofresco/dist/css/global.css | 7 +++++++ web/themes/custom/geofresco/dist/css/overrides.css | 7 ------- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/web/themes/custom/geofresco/dist/css/global.css b/web/themes/custom/geofresco/dist/css/global.css index 3125659..81604bc 100644 --- a/web/themes/custom/geofresco/dist/css/global.css +++ b/web/themes/custom/geofresco/dist/css/global.css @@ -6007,6 +6007,13 @@ label.panel-block { padding: 0.2em; border-radius: 0.3em; } +@media screen and (max-width: 768px) { + .comment-section article { + display: block; + padding-bottom: 0; } + .comment-section .content p:not(:last-child) { + margin-bottom: 0; } } + .column { display: block; -ms-flex-preferred-size: 0; diff --git a/web/themes/custom/geofresco/dist/css/overrides.css b/web/themes/custom/geofresco/dist/css/overrides.css index 2d9bfa6..3b3f40f 100644 --- a/web/themes/custom/geofresco/dist/css/overrides.css +++ b/web/themes/custom/geofresco/dist/css/overrides.css @@ -37,10 +37,3 @@ .comment-indicator { position: absolute; left: -4rem; } - -.comment-section article { - display: block; - padding-bottom: 0; } - -.comment-section .content p:not(:last-child) { - margin-bottom: 0; }