File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ export default async function Layout({
44
44
< FooterSitemap className = "max-w-2xl lg:max-w-5xl" />
45
45
</ div >
46
46
< div className = "col-span-full col-start-2 row-start-4 h-px bg-gray-950/5 dark:bg-white/10" />
47
- < div className = "cols-subgrid row-start-5 grid lg:col-start-3" >
47
+ < div className = "row-start-5 grid lg:col-start-3" >
48
48
< FooterMeta className = "max-w-2xl lg:max-w-5xl" />
49
49
</ div >
50
50
</ div >
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ export default function Home() {
33
33
< FooterSitemap className = "*:first:border-l-0 *:last:border-r-0" />
34
34
</ GridContainer >
35
35
36
- < div className = "cols-subgrid col-start-1 row-start-5 grid md:col-start-2" >
36
+ < div className = "col-start-1 row-start-5 grid md:col-start-2" >
37
37
< FooterMeta className = "px-4 md:px-6 lg:px-8" />
38
38
</ div >
39
39
</ div >
You can’t perform that action at this time.
0 commit comments