File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { TanStackRouterDevtools } from '@tanstack/react-router-devtools';
33
44export const Route = createRootRoute ( {
55 component : ( ) => (
6- < div className = "mx-auto w-full px-6 md:px-10 lg:px-20 mb -20" >
6+ < div className = "mx-auto mb-20 w-full px-6 md:px-10 lg:px-20" >
77 < Outlet />
88 < TanStackRouterDevtools />
99 </ div >
Original file line number Diff line number Diff line change @@ -11,27 +11,27 @@ export const Route = createFileRoute('/')({
1111
1212function Index ( ) {
1313 return (
14- < div className = "mt-8 flex flex-col items-center gap-20" >
15- < div className = "radial-bg before:bg-grey-800 border-secondary relative z-0 h-80 w-full max-w-[1408px] overflow-hidden rounded-2xl border" >
14+ < div className = "mt-8 flex flex-col gap-20" >
15+ < div className = "radial-bg before:bg-grey-800 border-secondary relative z-0 mx-auto h-80 w-full max-w-[1408px] overflow-hidden rounded-2xl border" >
1616 < div className = "absolute inset-0 -z-10 blur-2xl sm:blur-[100px] lg:blur-[150px]" >
1717 < div className = "absolute top-3/4 right-0 aspect-[23/30] w-1/2 rounded-full bg-orange-400/40" />
18- < div className = "absolute top-0 right-0 hidden aspect-square h-full translate-x-1/2 -translate-y-1/2 rounded-full bg-yellow-100/50 sm :block" />
18+ < div className = "absolute top-0 right-0 hidden aspect-square h-full translate-x-1/2 -translate-y-1/2 rounded-full bg-yellow-100/50 md :block" />
1919 </ div >
2020 </ div >
21- < div className = "grid grid-cols-6 gap-x-6 gap-y-10" >
22- < div className = "col-span-3" >
21+ < div className = "flex flex-col gap-x-6 gap-y-10 lg:grid lg:grid-cols-6 " >
22+ < div className = "lg: col-span-3" >
2323 < DealsPreviewTable />
2424 </ div >
25- < div className = "col-span-3" >
25+ < div className = "lg: col-span-3" >
2626 < TasksPreviewTable />
2727 </ div >
28- < div className = "col-span-2" >
28+ < div className = "lg: col-span-2" >
2929 < AppsPreviewTable />
3030 </ div >
31- < div className = "col-span-2" >
31+ < div className = "lg: col-span-2" >
3232 < DatasetsPreviewTable />
3333 </ div >
34- < div className = "col-span-2" >
34+ < div className = "lg: col-span-2" >
3535 < WorkerpoolsPreviewTable />
3636 </ div >
3737 </ div >
You can’t perform that action at this time.
0 commit comments