From 09d0ac69d109ae952cedb829162656dcb0d0ed92 Mon Sep 17 00:00:00 2001 From: mco-system Date: Tue, 11 Apr 2023 18:32:36 +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 f47f6e2..04592cf 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; - max-width: 25em; + width: 25em; } .navbar_wrapper { position: fixed; @@ -87,7 +87,7 @@ align-items: center; gap: 1em; background-color: var(--main-bg-color); - max-width: 30em; + width: 25em; } .content { font-size: 1em;