diff --git a/web/themes/custom/geofresco/src/global/_components.scss b/web/themes/custom/geofresco/src/global/_components.scss index f2a6718..6dd5f5f 100644 --- a/web/themes/custom/geofresco/src/global/_components.scss +++ b/web/themes/custom/geofresco/src/global/_components.scss @@ -91,3 +91,17 @@ padding: 0.2em; border-radius: 0.3em; } + +@include until($tablet) { + .comment-section { + + article { + display: block; + padding-bottom: 0; + } + + .content p:not(:last-child) { + margin-bottom: 0; + } + } +} \ No newline at end of file diff --git a/web/themes/custom/geofresco/src/global/overrides.scss b/web/themes/custom/geofresco/src/global/overrides.scss index 07cdd4f..d608384 100644 --- a/web/themes/custom/geofresco/src/global/overrides.scss +++ b/web/themes/custom/geofresco/src/global/overrides.scss @@ -51,15 +51,3 @@ position: absolute; left: -4rem; } - -.comment-section { - - article { - display: block; - padding-bottom: 0; - } - - .content p:not(:last-child) { - margin-bottom: 0; - } -}