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 @@ -32,7 +32,7 @@ export default function Features() {
32
32
} )
33
33
return (
34
34
< FeatureWrapper id = { sectionsTitle [ 0 ] } className = 'container flex flex-col-reverse md:flex-row rounded-sm mx-auto border-1 border-gray overflow-visible h-auto md:h-96 mb-0 md:mb-64 lg:mb-48 xl:mb-36' >
35
- < FeaturesDescWrapper className = 'h-full w-full mt-4 py-36 md:py-0 md:w-1/2 flex flex-col items-start justify-center px-4 md:px-12' >
35
+ < FeaturesDescWrapper className = 'h-full w-full py-36 md:py-0 md:w-1/2 flex flex-col items-start justify-center px-4 md:px-12' >
36
36
< div className = 'text-xl md:text-base font-bold w-full md:w-11/12 mb-7' > { StaticMessges . features . title } </ div >
37
37
< div className = 'w-11/12' > { StaticMessges . features . description } </ div >
38
38
</ FeaturesDescWrapper >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ width: 100vw;
9
9
position: fixed;
10
10
top: 0;
11
11
left: 0;
12
- z-index: 10 ;
12
+ z-index: 50 ;
13
13
background: #02161396;
14
14
justify-content: center;
15
15
align-items: center;
You can’t perform that action at this time.
0 commit comments