From 41fb1af65f2d0b7f9f8b235c249e240487bace22 Mon Sep 17 00:00:00 2001 From: mischa Date: Sun, 11 Jun 2023 18:17:47 +0000 Subject: [PATCH] change img height width --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index a9cd3ae..1c6c178 100644 --- a/style.css +++ b/style.css @@ -247,8 +247,8 @@ h2 { font-size: 1.25rem; } } .logo-container img { - width: 75%; - height: 75%; + max-height: 100%; + max-width: 100%; } @media (prefers-color-scheme: dark) {