Add object-fit: cover to img

This commit is contained in:
Hydroxycarbamide 2022-07-07 14:05:34 +02:00
parent 0f84f72ed2
commit fb670ae90c

View file

@ -53,6 +53,7 @@ html, body {
.gif img {
max-width: 350px;
max-height: 350px;
object-fit: cover;
}
.head {