diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 3819753..c78fdd0 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -31,8 +31,8 @@ const permaTitle = 'Hacking in Parallel 2022 //// Berlin' Buy tickets - -
  • Merch
  • + | +
  • Merch
  • |
  • CfP
  • @@ -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;