From fb670ae90cc832f1030aafef4b7a91de439b05d7 Mon Sep 17 00:00:00 2001 From: Hydroxycarbamide Date: Thu, 7 Jul 2022 14:05:34 +0200 Subject: [PATCH] Add object-fit: cover to img --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 390f6e8..c92652c 100644 --- a/style.css +++ b/style.css @@ -53,6 +53,7 @@ html, body { .gif img { max-width: 350px; max-height: 350px; + object-fit: cover; } .head {