From 69654acce2b2896539fbbfce7820ba1bc233357a Mon Sep 17 00:00:00 2001 From: Notoric Date: Wed, 29 May 2024 18:25:26 +0100 Subject: [PATCH] Fixed poor image scaling --- styles/global.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/styles/global.css b/styles/global.css index 5c3f2c3..a353a88 100644 --- a/styles/global.css +++ b/styles/global.css @@ -354,7 +354,8 @@ em { .project img { width: 400px; - height: 300px; + height: 280px; + object-fit: cover; border-radius: 3em; border: 0.2em solid #222; cursor: pointer;