File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ const Contact = () => {
115
115
</ div >
116
116
</ section >
117
117
< section className = "mb-28 relative" >
118
- < div className = "pl-[7vw] " >
118
+ < div className = "ml-auto w-fit " >
119
119
< Image
120
120
className = "hidden rounded-r-full -scale-x-100 lg:block"
121
121
height = { 579 }
@@ -130,7 +130,7 @@ const Contact = () => {
130
130
src = "/assets/mob-contact-v3.jpg"
131
131
alt = ""
132
132
/>
133
- < div className = "" >
133
+ < div >
134
134
< div className = "absolute w-3/5 sm:w-full max-w-md top-1/2 right-[7vw] -translate-y-1/2" >
135
135
< h4 className = "text-white font-normal text-lg ml-5 lg:ml-0 sm:text-2xl mb-7 max-w-sm" >
136
136
Meet our prodigies & get an
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ const PageBackgroundImage = ({
18
18
< Image
19
19
width = { 1920 }
20
20
height = { 1476 }
21
- className = "max- w-full align-middle overflow-clip"
21
+ className = "w-full align-middle overflow-clip"
22
22
src = { desktopImage }
23
23
alt = { alt }
24
24
/>
You can’t perform that action at this time.
0 commit comments