Skip to content

Commit

Permalink
made nav smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
harvanchik committed Jul 9, 2024
1 parent 715205a commit 93bbfda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
<header class="fixed inset-x-0 top-0 z-10">
<!-- START: Navigation Bar -->
<nav
class="mx-auto flex h-28 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-56 shadow-sm"
>
<!-- START: Logo -->
<a href="./" class="select-none">
<img src={logo} alt="logo" class="h-[5.25rem]" />
<img src={logo} alt="logo" class="h-16" />
</a>
<!-- END: Logo -->

<!-- START: Nav Buttons -->
<div class="flex flex-row space-x-10 font-cormorant text-3xl text-[#694E41]">
<div class="flex flex-row space-x-10 font-cormorant text-2xl text-[#694E41]">
<a href="/about" class="hover:text-[#9e7a69]">about</a>
<a href="/blog" class="hover:text-[#9e7a69]">blog</a>
<a href="/subscribe" class="hover:text-[#9e7a69]">subscribe</a>
Expand Down

0 comments on commit 93bbfda

Please sign in to comment.