Make boxes sqaure

This commit is contained in:
grandeljay 2022-06-14 20:03:25 +02:00
parent 4e25c39d66
commit 973b79c106

View file

@ -1,9 +1,13 @@
.wishlists-saved .column {
aspect-ratio: 1;
}
.wishlists-saved .image {
display: flex !important;
justify-content: center;
align-items: center;
height: 20vh !important;
height: 100% !important;
background-color: #fff;
}