Make boxes sqaure
This commit is contained in:
parent
4e25c39d66
commit
973b79c106
1 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue