From 0f1d0a44464e459d1cefd14c3babfa098c58b5f6 Mon Sep 17 00:00:00 2001 From: Matuush Date: Wed, 7 Feb 2024 21:06:54 +0100 Subject: [PATCH] img hopefully not stretch --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index c1b3b64..22b2979 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,8 @@ .left {grid-area: left;} .right {grid-area: right;} .down {grid-area: down;} -img { +img { + object-fit: cover; width: 100%; height: 100%; }