File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22 <header >
33 <div :class =" tw`flex flex-col-reverse md:flex-row`" >
44 <div :class =" tw`flex-auto`" >
5- <h1 :class =" tw`font-bold text(gray-900 dark:gray-100 4xl)`" >
5+ <h1 :class =" tw`mt-4 font-bold text(gray-900 dark:gray-100 4xl)`" >
66 <slot name =" title" ></slot >
77 </h1 >
88 <h2 :class =" tw`mt-1 text(gray-500 dark:gray-400 lg)`" >
Original file line number Diff line number Diff line change 55 <MainNav />
66 </Container >
77 </div >
8- <div :class =" tw`mt-8 layout`" >
8+ <div :class =" tw`lg: mt-8 layout`" >
99 <Container >
10- <div :class =" tw`grid grid-cols-4 gap-12 mt-12`" >
11- <div :class =" tw`col-span-1 mt-1.5`" >
10+ <div :class =" tw`lg: grid grid-cols-4 gap-12 mt-12`" >
11+ <div :class =" tw`col-span-1 lg: mt-1.5`" >
1212 <Sidebar />
1313 </div >
14- <div :class =" tw`col-span-3`" >
14+ <div :class =" tw`col-span-3 mt-14 lg:mt-0 `" >
1515 <BaseLayout />
1616 </div >
1717 </div >
You can’t perform that action at this time.
0 commit comments