mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
improve image fit
This commit is contained in:
parent
b4f1282ba5
commit
350cd060e2
@ -26,12 +26,12 @@
|
||||
max-height: 200px;
|
||||
|
||||
img {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
height: 200px;
|
||||
width: 200px;
|
||||
|
||||
border-radius: 12px;
|
||||
|
||||
object-fit: contain;
|
||||
object-fit: cover;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user