WIP: Production release #6

Draft
fr wants to merge 28 commits from dev into master
Showing only changes of commit 7b0acd007b - Show all commits

View File

@ -7,7 +7,7 @@
body { body {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
min-height: 100vh; min-height: 100dvh;
font-family: 'Source Code Pro', monospace; font-family: 'Source Code Pro', monospace;
background: var(--background); background: var(--background);
color: var(--color); color: var(--color);
@ -79,7 +79,8 @@ footer {
align-items: center; align-items: center;
align-self: flex-end; align-self: flex-end;
margin-top: auto; margin-top: auto;
margin-bottom: 2rem; margin-bottom: max(2rem, env(safe-area-inset-bottom)); /* Account for safe area */
} }
.hamburger { .hamburger {