Skip to content

Commit

Permalink
widened nav bar
Browse files Browse the repository at this point in the history
  • Loading branch information
harvanchik committed Jul 9, 2024
1 parent 93bbfda commit 3376fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<header class="fixed inset-x-0 top-0 z-10">
<!-- START: Navigation Bar -->
<nav
class="mx-auto flex h-24 items-center justify-between border-b border-[#694E41]/25 bg-[#faeee5] px-56 shadow-sm"
class="mx-auto flex h-24 items-center justify-between border-b border-[#694E41]/25 bg-[#faeee5] px-44 shadow-sm"
>
<!-- START: Logo -->
<a href="./" class="select-none">
Expand Down

0 comments on commit 3376fb9

Please sign in to comment.