From c675f3b2a280ac51cb4accbb22b316661df9eb02 Mon Sep 17 00:00:00 2001 From: Dmitrii Fediuk Date: Sun, 7 Jul 2024 23:58:05 +0100 Subject: [PATCH] https://github.com/cabinetsbay/catalog/issues/43 --- view/frontend/web/css/_products.less | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/view/frontend/web/css/_products.less b/view/frontend/web/css/_products.less index 5edb76c..5bf4229 100644 --- a/view/frontend/web/css/_products.less +++ b/view/frontend/web/css/_products.less @@ -28,8 +28,4 @@ border-radius: 0; padding: 0; position: absolute; right: 2em; text-align: center; top: 3.5em; width: 3em; } .product-info-price {margin-bottom: 1em;} -@media screen and (min-width: 768px) { - #layer-product-list .message.info.empty { - margin-left: inherit !important; - } -} \ No newline at end of file +#layer-product-list .message.info.empty {@media screen and (min-width: 768px) {margin-left: inherit !important;}} \ No newline at end of file