fix: target='_new' for hrefs

This commit is contained in:
mco-system 2023-04-11 18:27:43 +11:00
parent cb3e07578d
commit 201517071f
2 changed files with 3 additions and 3 deletions

View File

@ -65,7 +65,7 @@
margin: 0;
}
.logo {
max-width: 5em;
width: inherit;
}
.subheader {
margin: -1em 0 0 0;

View File

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