header max width & separator

This commit is contained in:
Leif Niemczik 2022-11-23 22:45:42 +01:00
parent ae1870ecfa
commit 73eb00968a

View file

@ -31,8 +31,8 @@ const permaTitle = 'Hacking in Parallel 2022 //// Berlin'
<a href='https://pretix.hip-berlin.de/hip2022/hip2022/'
>Buy tickets</a
>
</li>
<li><a href='/merch/'>Merch</a></li>
</li>|
<li><a href='/merch/'>Merch</a></li>|
<li>
<a href='https://pretalx.c3voc.de/hip-berlin-2022/cfp'>CfP</a>
</li>
@ -112,6 +112,8 @@ const permaTitle = 'Hacking in Parallel 2022 //// Berlin'
.site-header {
display: flex;
justify-content: space-between;
max-width: 72rem;
margin: 0 auto;
}
.logo {
width: 6.4rem;