File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ export const Features1 = () => {
50
50
</ ul >
51
51
</ div >
52
52
</ div >
53
- < div className = "w-3/4 mx-auto lg:w-1/2 flex flex -wrap lg:-mx-4 sm:pr-8 lg:pt-10 justify-center lg:pl-4 xl:px-8" >
54
- < div className = "mb-8 lg:mb-0 w-full sm:w-1/2 px-2 lg:px-0 hidden sm:inline-block " >
53
+ < div className = "w-3/4 mx-auto lg:w-1/2 flex-wrap lg:-mx-4 sm:pr-8 lg:pt-10 justify-center lg:pl-4 xl:px-8 relative hidden sm:flex " >
54
+ < div className = "mb-8 lg:mb-0 w-full sm:w-1/2 px-2 lg:px-0" >
55
55
< div className = "mb-4 py-3 pl-3 pr-2 rounded" >
56
56
< img
57
57
src = { typescript . src }
@@ -69,7 +69,7 @@ export const Features1 = () => {
69
69
/>
70
70
</ div >
71
71
</ div >
72
- < div className = "w-1/2 lg:mt-20 pt-12 lg:pt-0 px-2 hidden sm:inline-block " >
72
+ < div className = "w-1/2 lg:mt-20 pt-12 lg:pt-0 px-2" >
73
73
< div className = "mb-4 py-3 pl-3 pr-2 rounded-lg " >
74
74
< img
75
75
src = { html . src }
@@ -87,6 +87,9 @@ export const Features1 = () => {
87
87
/>
88
88
</ div >
89
89
</ div >
90
+ < span className = "absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 pt-4 text-secondaryText text-6xl" >
91
+ +
92
+ </ span >
90
93
</ div >
91
94
</ div >
92
95
</ motion . div >
You can’t perform that action at this time.
0 commit comments