Skip to content

Commit 11d3bf6

Browse files
committed
Update styling
1 parent c12b9db commit 11d3bf6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/search/src/routes/__root.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ export const Route = createRootRoute({
55
component: () => (
66
<div className="min-h-screen bg-gray-100">
77
<header className="">
8-
<div className="max-w-7xl mx-auto py-3 px-4 sm:px-6 lg:px-8 flex justify-between items-center">
9-
<h1 className="text-base font-bold text-gray-900">search enstate</h1>
10-
<nav className="mt-4">
8+
<div className="max-w-7xl mx-auto py-3 pt-6 px-4 sm:px-6 lg:px-8 flex gap-4 justify-start items-center">
9+
<h1 className="text-base font-bold text-gray-900">enstate</h1>
10+
<nav className="">
1111
<ul className="flex space-x-4">
1212
<li>
1313
<Link
@@ -25,7 +25,7 @@ export const Route = createRootRoute({
2525
</nav>
2626
</div>
2727
</header>
28-
<main className="max-w-7xl mx-auto py-6 sm:px-6 lg:px-8">
28+
<main className="max-w-7xl mx-auto pb-6 sm:px-6 lg:px-8">
2929
<div className="px-4 py-6 sm:px-0">
3030
<Outlet />
3131
</div>

0 commit comments

Comments
 (0)