This commit is contained in:
Kristján Eldjárn 2022-07-22 11:52:58 -07:00
parent 0eb7160db8
commit bad5aa2e24

View File

@ -145,7 +145,13 @@
border-radius: tovw(5px, 'default', 5px);
overflow: hidden;
aspect-ratio: 1 /1;
aspect-ratio: 1 / 1;
@supports not (aspect-ratio: 1 / 1) {
width: tovw(194px, 'default', 80px);
height: tovw(194px, 'default', 80px);
}
object-fit: cover;
}