From fcb4b55cc41220307b48b1b1769fd27fc472cdf3 Mon Sep 17 00:00:00 2001 From: James Dinh Date: Wed, 19 Oct 2022 11:09:30 -0700 Subject: [PATCH] Improved mobile responsiveness --- css/general.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/css/general.css b/css/general.css index 0d75503..c1266c7 100644 --- a/css/general.css +++ b/css/general.css @@ -317,8 +317,11 @@ nav ul li { background-size: unset !important; } */ #logo { - height: 230px !important; - width: 230px !important; + height: 180px !important; + width: 180px !important; + } + header .waviy { + font-size: 45px; } #banner { display: inline-flex;