mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-01-13 20:04:07 +00:00
Fixed #86
This commit is contained in:
parent
0eb7160db8
commit
bad5aa2e24
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user