File tree 2 files changed +9
-7
lines changed
src/components/home/components
2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
<section
2
- class =" relative gap-4 lg:gap-0 flex flex-col-reverse justify-center items-center lg:flex-row h-full min-h-[850px ]"
2
+ class =" pt-20 sm:pt-0 relative gap-4 lg:gap-0 flex flex-col-reverse justify-center items-center lg:flex-row h-[100vh ]"
3
3
>
4
4
<div
5
5
class =" lg:flex-1 flex flex-col gap-4 items-center lg:items-start justify-center lg:pb-32 max-w-xl"
40
40
</button >
41
41
</div >
42
42
43
- <div class =" lg:flex-1 flex items-center" >
44
- <img
45
- class =" max-w-[500px] lg:max-w-2xl w-full"
46
- src =" https://img.freepik.com/foto-gratis/bohemio-hombre-pulgar-arriba_1368-3700.jpg?t=st=1726082455~exp=1726086055~hmac=0ecc605f1d0ceba9e795bd188001281401be98bba6bc74e002be7aab7490168a&w=996"
47
- alt =" "
48
- />
43
+ <div class =" lg:flex-1" >
44
+ <div class =" flex items-center justify-center" >
45
+ <img
46
+ src =" /img2.png"
47
+ alt =" "
48
+ class =" w-auto h-auto max-h-[450px] sm:max-h-[500px] md:max-h-[600px] lg:max-h-full"
49
+ />
50
+ </div >
49
51
</div >
50
52
</section >
51
53
You can’t perform that action at this time.
0 commit comments