File tree 3 files changed +6
-12
lines changed
3 files changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ function LandingPage() {
69
69
70
70
{ /* Links */ }
71
71
< section class = "py-20 max-w-none bg-gray size-full dark:bg-base-900" >
72
- < div className = "tw-container max-w-7xl flex flex-col mx-auto gap-y-12 lg:flex-row w-fit lg:w-full lg :justify-between gap-x-12" >
72
+ < div className = "tw-container max-w-7xl flex flex-col mx-auto gap-y-12 lg:flex-row w-fit lg:w-full md :justify-between gap-x-12" >
73
73
{ /* Quick Links */ }
74
74
< div className = "flex flex-col gap-4 w-fit" >
75
75
< h2 class = "font-normal mb-0 lg:mb-8 text-2xl lg:text-3xl" >
@@ -124,12 +124,12 @@ function LandingPage() {
124
124
< img
125
125
src = { videoPlaceholder }
126
126
alt = "revenuecat welcome"
127
- class = "size-full mx-auto"
127
+ class = "size-full mx-auto max-w-[600px] lg:max-w-none "
128
128
/>
129
129
</ div >
130
130
131
131
< div class = "size-full text-center lg:text-left flex flex-col" >
132
- < h2 className = "text-3xl lg:text-4xl lg:mb-6 max-w-[420px]" >
132
+ < h2 className = "text-3xl lg:text-4xl lg:mb-6 max-w-[420px] mx-auto " >
133
133
Enable Subscriptions In Your App Today
134
134
</ h2 >
135
135
< p className = "max-w-[520px] mx-auto lg:mx-0 text-grayLight dark:text-[#e3e3e3] font-body" >
Original file line number Diff line number Diff line change @@ -21,12 +21,6 @@ function Footer() {
21
21
}
22
22
const { copyright, links, logo, style } = footer ;
23
23
return (
24
- // <FooterLayout
25
- // style={style}
26
- // links={links && links.length > 0 && <FooterLinks links={links} />}
27
- // logo={logo && <FooterLogo logo={logo} />}
28
- // copyright={copyright && <FooterCopyright copyright={copyright} />}
29
- // />
30
24
< footer class = "bg-slate-900 pt-20 pb-4 px-4 doc-lg:px-16" >
31
25
< div className = "flex flex-col items-center gap-16 max-w-xl mx-auto doc-lg:flex-row doc-lg:justify-between w-full doc-lg:max-w-7xl" >
32
26
< div className = "w-fit mx-auto doc-lg:w-full" >
Original file line number Diff line number Diff line change @@ -62,9 +62,9 @@ module.exports = {
62
62
"'Segoe UI Symbol'" ,
63
63
] ,
64
64
} ,
65
- } ,
66
- screens : {
67
- "doc-lg" : "997px" ,
65
+ screens : {
66
+ "doc-lg" : "997px" ,
67
+ } ,
68
68
} ,
69
69
} ,
70
70
plugins : [ ] ,
You can’t perform that action at this time.
0 commit comments