From 847f5cc970b80d565bbd83ba3fe352fb31f179e1 Mon Sep 17 00:00:00 2001 From: jheaps Date: Fri, 29 Aug 2025 16:30:18 -0600 Subject: [PATCH] Update button sizing --- JoshHeaps.Net/wwwroot/css/home/site.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JoshHeaps.Net/wwwroot/css/home/site.css b/JoshHeaps.Net/wwwroot/css/home/site.css index 2553864..cabdab6 100644 --- a/JoshHeaps.Net/wwwroot/css/home/site.css +++ b/JoshHeaps.Net/wwwroot/css/home/site.css @@ -55,8 +55,8 @@ text-align: center; border: none; border-radius: 5vw; - width: 25vw; - height: 10vw; + width: 20vw; + height: 8vw; font-size: 2vw; background-color: rgb(104, 255, 0, 0.39); cursor: pointer;