Skip to content

Commit

Permalink
fix: home page nav wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
TinsFox committed Sep 8, 2024
1 parent 09e46de commit 0ddf282
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/pages/(main)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ export function Component() {
return (
<div className="flex h-screen flex-col justify-between">
<header className="container py-6">
<nav className="flex flex-wrap items-center justify-between gap-4 sm:flex-nowrap md:gap-8">
<Logo className="size-12" />
<nav className="xs:flex-nowrap flex flex-nowrap items-center justify-between gap-4 md:gap-8">
<div>
<Logo className="size-12" />
</div>
<div className="flex items-center gap-4">
<div className="mr-auto hidden w-full flex-1 sm:block">
<Search />
Expand Down

0 comments on commit 0ddf282

Please sign in to comment.