beta #4

Merged
doug713705 merged 203 commits from beta into master 2023-04-20 15:11:59 +02:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 201517071f - Show all commits

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;