File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -88,9 +88,9 @@ export default function LandingPage() {
88
88
</ div >
89
89
</ div >
90
90
</ FadeIn >
91
- < div className = "mt-4 flex gap-4 justify-start font-semibold md:block md:mt-12" >
91
+ < div className = "mt-4 font-semibold md:mt-12" >
92
92
< button
93
- className = "bg-white shadow-lg px-9 py-3 rounded-full border border-zinc-200 hover:bg-zinc-100 transition-all duration-300 "
93
+ className = "py-3 mb-4 xl:mb-0 mr-4 transition-all duration-300 bg-white border rounded-full shadow-lg px-9 border-zinc-200 hover:bg-zinc-100"
94
94
onClick = { ( ) =>
95
95
document
96
96
. getElementById ( "learn-more" )
@@ -101,7 +101,7 @@ export default function LandingPage() {
101
101
</ button >
102
102
< Link
103
103
to = "/editor"
104
- className = "md:mt-2 inline-block bg-sky-900 text-white ps-7 pe-6 py-3 rounded-full shadow-lg hover: bg-sky-800 transition-all duration-300 "
104
+ className = "inline-block py-3 text-white transition-all duration-300 rounded-full shadow-lg bg-sky-900 ps-7 pe-6 hover:bg-sky-800 "
105
105
>
106
106
Try it for yourself < i className = "bi bi-arrow-right ms-1" > </ i >
107
107
</ Link >
You can’t perform that action at this time.
0 commit comments