mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-05-06 20:54:17 +00:00
Fix card image aspect ratio
This commit is contained in:
parent
409af19bb8
commit
a5f1753ac9
@ -52,6 +52,10 @@
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
|
||||
@supports (aspect-ratio: 16 / 9) {
|
||||
aspect-ratio: 16 / 9;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user