Skip to content

Commit

Permalink
style (Navbar): UI/UX improved
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriassuncx committed Aug 23, 2024
1 parent b2609cb commit 75a4559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/header/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function Navbar({ items, searchbar, logo }: {
{/* Desktop Version */}
{isDesktop && (
<div class="hidden xl:flex flex-col items-center justify-center w-full border-b border-base-200 pt-4 mx-auto">
<div class="grid grid-cols-3 items-center w-full h-[66px] xl:max-w-[1305px] mx-auto px-6">
<div class="flex justify-between items-center w-full h-[66px] xl:max-w-[1305px] mx-auto px-6 gap-4">
<div class="flex items-center gap-4 justify-start">
{logo && (
<a
Expand Down

0 comments on commit 75a4559

Please sign in to comment.