From dfb54c5c1d3fc5e56c7768a0e357d6cdff9e5aeb Mon Sep 17 00:00:00 2001 From: Morgan Creekmore Date: Thu, 21 Dec 2023 01:30:02 -0600 Subject: [PATCH] Change to rem for font size --- themes/hyde-hyde-hyde-zola/sass/hyde-hyde/_variables.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/hyde-hyde-hyde-zola/sass/hyde-hyde/_variables.scss b/themes/hyde-hyde-hyde-zola/sass/hyde-hyde/_variables.scss index c183ebe..a5c94fa 100644 --- a/themes/hyde-hyde-hyde-zola/sass/hyde-hyde/_variables.scss +++ b/themes/hyde-hyde-hyde-zola/sass/hyde-hyde/_variables.scss @@ -91,8 +91,8 @@ $h5-font-size:1rem; // topbar $topbar-color: #0d3a58; -$topbar-title-font-size: 28px; -$topbar-links-font-size: 23px; +$topbar-title-font-size: 1.5rem; +$topbar-links-font-size: 1rem; $topbar-height: 3rem; $topbar-offset: 1rem;