From b855a2dce5f7834781a1034365acfc4cce0a449a Mon Sep 17 00:00:00 2001 From: Apache Date: Thu, 1 May 2025 13:45:53 -0500 Subject: [PATCH] Fix logo sizing on different resolutions --- public/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 8577c8b..c10c9a1 100644 --- a/public/index.html +++ b/public/index.html @@ -22,8 +22,7 @@ img { border-radius: 100%; border: 0.75rem solid var(--rp-base); - width: 20%; - aspect-ratio: 1; + height: 15rem; margin-top: 5rem; }