diff --git a/debian/changelog b/debian/changelog index 60091564..ab4ee7c6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -hedera-web (22.46.12) stable; urgency=low +hedera-web (22.46.13) stable; urgency=low * Initial Release. diff --git a/forms/ecomerce/catalog/style.scss b/forms/ecomerce/catalog/style.scss index bbe4cba1..75417b06 100644 --- a/forms/ecomerce/catalog/style.scss +++ b/forms/ecomerce/catalog/style.scss @@ -141,7 +141,7 @@ column-gap: 3px; display: flex; - & > * { + & > * { border-radius: 3px; padding: 1px 5px; border: 1px transparent solid; @@ -248,7 +248,7 @@ overflow: hidden; background-color: white; flex-direction: column; - width: 260px; + width: 210px; overflow: hidden; &:hover { @@ -256,20 +256,24 @@ } & > .htk-image { width: 100%; - min-height: 260px; + height: 180px; + + & > img { + height: initial; + } } & > .item-info { flex: auto; overflow: hidden; margin: 10px; - height: 175px; + height: 170px; & > h2 { max-height: 3rem; } & > .item-tags { position: absolute; - top: 82px; + top: 75px; } } } @@ -289,7 +293,7 @@ gap: 10px; margin: 0; padding: 10px; - height: 130px; + height: 126px; overflow: visible; border-bottom: 1px solid #DDD; @@ -297,8 +301,8 @@ border-bottom: none; } & > .htk-image { - width: 110px; - height: 110px; + width: 105px; + height: 105px; border-radius: 50%; } & > .item-info { @@ -427,7 +431,12 @@ max-width: 450px; & > .htk-image { - min-height: initial; + height: initial; + max-height: 250px; + + & > img { + margin-top: -60px; + } } } } diff --git a/package.json b/package.json index 684e202d..c42d4366 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hedera-web", - "version": "22.46.12", + "version": "22.46.13", "description": "Verdnatura web page", "license": "GPL-3.0", "repository": {