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 2
2
<header >
3
3
<div :class =" tw`flex flex-col-reverse md:flex-row`" >
4
4
<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)`" >
6
6
<slot name =" title" ></slot >
7
7
</h1 >
8
8
<h2 :class =" tw`mt-1 text(gray-500 dark:gray-400 lg)`" >
Original file line number Diff line number Diff line change 5
5
<MainNav />
6
6
</Container >
7
7
</div >
8
- <div :class =" tw`mt-8 layout`" >
8
+ <div :class =" tw`lg: mt-8 layout`" >
9
9
<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`" >
12
12
<Sidebar />
13
13
</div >
14
- <div :class =" tw`col-span-3`" >
14
+ <div :class =" tw`col-span-3 mt-14 lg:mt-0 `" >
15
15
<BaseLayout />
16
16
</div >
17
17
</div >
You can’t perform that action at this time.
0 commit comments