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