From 051824cc5b549692ba335801dec69fe4dd36be3c Mon Sep 17 00:00:00 2001 From: Apache Date: Thu, 1 May 2025 13:47:38 -0500 Subject: [PATCH] Adjust logo sizing --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index c10c9a1..4f12a2e 100644 --- a/public/index.html +++ b/public/index.html @@ -22,7 +22,7 @@ img { border-radius: 100%; border: 0.75rem solid var(--rp-base); - height: 15rem; + height: 19rem; margin-top: 5rem; }