adjust mobile menu to better suite bottom navigation on monile browsers

tobias/edit_mastodon_link
leif.niem@gmail.com 2022-11-26 13:08:28 +01:00
parent 431ea6182e
commit 0b1bd74a5e
1 changed files with 6 additions and 1 deletions

View File

@ -127,11 +127,16 @@ const permaTitle = 'Hacking in Parallel 2022 //// Berlin'
flex-direction: column;
justify-content: space-between;
align-items: center;
padding: 2rem;
padding: 2rem 2rem 4rem 2rem;
font-size: 1.5rem;
transform: translateX(100vw);
transition: transform 0.25s ease-in-out;
z-index: 10;
@supports (height: 100dvh) {
height:100dvh;
padding:2rem;
}
label {
align-self: flex-end;