From 73eb00968a51a9a5f0024624b6224fd85f0fc324 Mon Sep 17 00:00:00 2001 From: Leif Niemczik Date: Wed, 23 Nov 2022 22:45:42 +0100 Subject: [PATCH] header max width & separator --- src/layouts/Layout.astro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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;