From c9124de1c403f81204c15fe54260c1849f08e45b Mon Sep 17 00:00:00 2001 From: mco-system Date: Tue, 11 Apr 2023 18:29:14 +1100 Subject: [PATCH] fix: target='_new' for hrefs --- src/thsf/static/css/wrappers.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/thsf/static/css/wrappers.css b/src/thsf/static/css/wrappers.css index 11e6437..f47f6e2 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: 30em; + max-width: 25em; } .navbar_wrapper { position: fixed; @@ -87,7 +87,7 @@ align-items: center; gap: 1em; background-color: var(--main-bg-color); - max-width: 5em; + max-width: 30em; } .content { font-size: 1em;