forked from verdnatura/hedera-web
feat(catalog): refs #7222 Set image aspect ratio to 1:1
This commit is contained in:
parent
1414b6c96e
commit
83c6886ee6
|
@ -1,4 +1,4 @@
|
||||||
hedera-web (24.8.2) stable; urgency=low
|
hedera-web (24.14.1) stable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -275,7 +275,7 @@
|
||||||
}
|
}
|
||||||
& > .htk-image {
|
& > .htk-image {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 180px;
|
height: 210px;
|
||||||
|
|
||||||
& > img {
|
& > img {
|
||||||
height: initial;
|
height: initial;
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
Loading…
Reference in New Issue