From 201517071f4612e13833975eefe6ef444442d53d Mon Sep 17 00:00:00 2001 From: mco-system Date: Tue, 11 Apr 2023 18:27:43 +1100 Subject: [PATCH] fix: target='_new' for hrefs --- src/thsf/static/css/custom.css | 2 +- src/thsf/static/css/wrappers.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/thsf/static/css/custom.css b/src/thsf/static/css/custom.css index 9406e8e..cc8246b 100644 --- a/src/thsf/static/css/custom.css +++ b/src/thsf/static/css/custom.css @@ -65,7 +65,7 @@ margin: 0; } .logo { - max-width: 5em; + width: inherit; } .subheader { margin: -1em 0 0 0; diff --git a/src/thsf/static/css/wrappers.css b/src/thsf/static/css/wrappers.css index 8be1ed5..11e6437 100644 --- a/src/thsf/static/css/wrappers.css +++ b/src/thsf/static/css/wrappers.css @@ -75,7 +75,7 @@ } .logo_wrapper { margin-top: 0.5em; - width: 35em; + width: 30em; } .navbar_wrapper { position: fixed; @@ -87,7 +87,7 @@ align-items: center; gap: 1em; background-color: var(--main-bg-color); - width: 100vw; + max-width: 5em; } .content { font-size: 1em;