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