Skip to content

Commit

Permalink
Recolored mobile nav
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanfox committed Jul 14, 2024
1 parent 69222d4 commit 3f44e55
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions src/assets/search-black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions src/components/Navigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
</div>
<div class="flex">
<div
class="w-full bg-[#A6243B] justify-between mr-8 rounded-sm xl:mr-32 flex shadow-lg"
class="w-full bg-white border-neutral-200 border justify-between mr-8 rounded-sm xl:mr-32 flex shadow-lg"
>
<a
class="my-auto mx-auto font-semibold text-sm lg:text-lg hover:bg-neutral-200 p-6 object-center xl:size-24 size-24 text-center flex content-center transition-all"
href="/about"
>
<img
src="../assets/search.svg"
src="../assets/search-black.svg"
alt="Art Institute Chicago"
class="h-5 mx-auto my-auto object-contain rounded-l-sm"
/></a>
Expand All @@ -44,7 +44,7 @@
<nav
class="flex justify-between lg:hidden text-black absolute xl:bottom-20 xl:left-24 xl:border-0 w-full top-8 left-4 rounded-sm"
>
<div class="bg-white flex shadow-lg">
<div class="bg-white flex">
<a href="/">
<img
src="../assets/logo.svg"
Expand All @@ -67,15 +67,15 @@
</div>
<div class="flex w-28">
<div
class="w-full bg-[#A6243B] justify-between mr-8 rounded-sm xl:mr-32 flex shadow-lg"
class="w-full bg-white border border-l-0 md:border-l border-neutral-200 justify-between mr-8 rounded-sm xl:mr-32 flex"
>
<a
class="my-auto mx-auto font-semibold text-sm lg:text-lg hover:bg-neutral-200 object-center w-full text-center flex content-center transition-all"
href="/about"
>
<img
src="../assets/search.svg"
alt="Art Institute Chicago"
src="../assets/search-black.svg"
alt="Search"
class="h-4 mx-auto my-auto object-contain rounded-l-sm"
/></a>
</div>
Expand Down

0 comments on commit 3f44e55

Please sign in to comment.