diff --git a/addons/default/visiosoft/base-theme/resources/css/theme.css b/addons/default/visiosoft/base-theme/resources/css/theme.css index 33659591b..755478f79 100644 --- a/addons/default/visiosoft/base-theme/resources/css/theme.css +++ b/addons/default/visiosoft/base-theme/resources/css/theme.css @@ -66,21 +66,30 @@ .product-image-in { width: 100%; height: 100%; + object-fit:cover; + border-radius: 6px; } .product-name-hb { font-size: 12px; line-height: 18px; - margin-bottom: 4px; margin-top: 0; overflow: hidden; -webkit-line-clamp: 2; - height: 36px; font-weight: normal; } .product-price-hb { - font-size: 18px; + font-size: 24px; + font-weight:bolder; + background-color: rgb(244,244,244); + height: 50px; +} +.fs-14{ + font-size: 14px; + line-height: 1.5em; + height: 3em; /* height is 2x line-height, so two lines will display */ + overflow: hidden; /* prevents extra lines from being visible */ }