Skip to content

Commit

Permalink
fix(site): maximize header width
Browse files Browse the repository at this point in the history
  • Loading branch information
cor committed Sep 27, 2023
1 parent d40c484 commit 21a10e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion site/src/lib/Header.svelte
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<header class="bg-bgDark flex items-center p-4 gap-4">
<div class="bg-bgDark flex justify-around">
<header class="max-w-7xl flex flex-1 items-center p-4 gap-4">
<a href="/"><img class="h-[32px]" src="/logo.svg" alt="Union Logo" /></a>
<nav class="flex flex-1 justify-end">
<ul class="flex gap-4 font-mono">
Expand All @@ -8,3 +9,4 @@
</ul>
</nav>
</header>
</div>

0 comments on commit 21a10e1

Please sign in to comment.