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