From ce0e26bdc31c659dff002992b49ac283345c0c54 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Mon, 2 Jan 2023 18:34:01 -0500 Subject: [PATCH] Tweaks to font sizes --- webcit-ng/static/css/webcit.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/webcit-ng/static/css/webcit.css b/webcit-ng/static/css/webcit.css index 4cdaf2b81..4867b682e 100644 --- a/webcit-ng/static/css/webcit.css +++ b/webcit-ng/static/css/webcit.css @@ -86,10 +86,9 @@ display: block; background-color: DarkSlateGrey; color: White; - font-size: 1.25vw; + font-size: 1.7vh; border: none; - padding-left: 4px; - padding-right: 4px; + padding: 1vh; } .ctdl-banner-buttons li button:hover { @@ -153,7 +152,7 @@ html,body,h1,h2,h3,h4,h5 { border: 1px solid GhostWhite; background-color: GhostWhite; color: Black; - font-size: 1vw; + font-size: 1.5vh; border-radius: 5px; } -- 2.39.2