diff --git a/assets/css/admin.scss b/assets/css/admin.scss index eec7921ef88..6b2b8edbd08 100644 --- a/assets/css/admin.scss +++ b/assets/css/admin.scss @@ -393,19 +393,20 @@ max-width: 1032px; overflow: hidden; - // TODO: check on different screen sizes .product.addons-product-banner, .product.addons-buttons-banner { max-width: calc(100% - 2px); } - // Adjust heading titles font for three-column product groups - &.addons-products-three-column li.product { - max-width: calc(33.33% - 12px); + @media screen and (min-width: 960px) { + // Adjust heading titles font for three-column product groups + &.addons-products-three-column li.product { + max-width: calc(33.33% - 12px); - h2, - h3 { - font-size: 16px; + h2, + h3 { + font-size: 16px; + } } }