fix: target='_new' for hrefs

This commit is contained in:
mco-system 2023-04-11 18:29:14 +11:00
parent 201517071f
commit c9124de1c4
1 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@
} }
.logo_wrapper { .logo_wrapper {
margin-top: 0.5em; margin-top: 0.5em;
width: 30em; max-width: 25em;
} }
.navbar_wrapper { .navbar_wrapper {
position: fixed; position: fixed;
@ -87,7 +87,7 @@
align-items: center; align-items: center;
gap: 1em; gap: 1em;
background-color: var(--main-bg-color); background-color: var(--main-bg-color);
max-width: 5em; max-width: 30em;
} }
.content { .content {
font-size: 1em; font-size: 1em;