From e23fe9424003073eda7a10533b540df705e321d9 Mon Sep 17 00:00:00 2001 From: brookee Date: Fri, 1 Mar 2024 21:26:13 -0500 Subject: [PATCH] update sizing --- themes/agnes-hugo-theme/static/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/agnes-hugo-theme/static/css/style.css b/themes/agnes-hugo-theme/static/css/style.css index e2771b2..9775d80 100644 --- a/themes/agnes-hugo-theme/static/css/style.css +++ b/themes/agnes-hugo-theme/static/css/style.css @@ -17,9 +17,9 @@ html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; font-family: "Open Sans", sans-serif; - transform: scale(0.9); + transform: scale(0.85); transform-origin: 0 0; - width: 111%; + width: 117.5%; } body { @@ -539,7 +539,7 @@ textarea { .feature-icon { margin: 0.6rem; margin-right: 1.2rem; - font-size: 2.8rem; + font-size: 2rem; display: flex; }