File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/search/src/routes Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments