adjusted merch page

This commit is contained in:
Leif Niemczik 2022-11-23 22:57:43 +01:00
parent 73eb00968a
commit 2681998c67
2 changed files with 21 additions and 4 deletions

View file

@ -57,6 +57,8 @@ const permaTitle = 'Hacking in Parallel 2022 //// Berlin'
><img src='/icons/matrix.svg' alt='' />
</a>
</li>
<input type='checkbox' id='nav-toggle' class='hidden' />
<label for='nav-toggle'>Menu</label>
</ul>
</header>
<slot />
@ -136,6 +138,11 @@ const permaTitle = 'Hacking in Parallel 2022 //// Berlin'
li {
}
}
#nav-toggle {
height: 0;
width: 0;
overflow: hidden;
}
.socials {
list-style: none;
display: inline-flex;