0
1
Fork 0

feat(catalog): refs #7222 Set image aspect ratio to 1:1

This commit is contained in:
Juan Ferrer 2024-04-17 10:10:40 +02:00
parent 1414b6c96e
commit 83c6886ee6
3 changed files with 3 additions and 3 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (24.8.2) stable; urgency=low hedera-web (24.14.1) stable; urgency=low
* Initial Release. * Initial Release.

View File

@ -275,7 +275,7 @@
} }
& > .htk-image { & > .htk-image {
width: 100%; width: 100%;
height: 180px; height: 210px;
& > img { & > img {
height: initial; height: initial;

View File

@ -1,6 +1,6 @@
{ {
"name": "hedera-web", "name": "hedera-web",
"version": "24.8.2", "version": "24.14.1",
"description": "Verdnatura web page", "description": "Verdnatura web page",
"license": "GPL-3.0", "license": "GPL-3.0",
"repository": { "repository": {