From: Art Cancro Date: Mon, 2 Jan 2023 23:34:01 +0000 (-0500) Subject: Tweaks to font sizes X-Git-Tag: v973~52 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=ce0e26bdc31c659dff002992b49ac283345c0c54;p=citadel.git Tweaks to font sizes --- 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; }