adjusted merch page
This commit is contained in:
parent
73eb00968a
commit
2681998c67
2 changed files with 21 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue