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