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;