@@ -30,57 +30,57 @@ export const SocietyStart = () => {
3030 </ p >
3131 </ div >
3232
33- < div className = "my-8 mx-auto grid max-w-6xl grid-cols-3 gap-4 text-center " >
34- < div className = "flex flex-col items-center p-4" >
33+ < div className = "my-8 mx-auto grid max-w-6xl gap-2 text-center sm: grid-cols-2 md:grid-cols-3 " >
34+ < div className = "flex min-h-[13rem] flex-col items-center rounded-lg border-2 border-white border-opacity-0 p-4 transition-all hover:rounded-lg hover:border-white hover:border-opacity-10 hover:bg-grey-800 hover:bg-opacity-20 " >
3535 < OpenArmLineIcon className = "my-4 h-8 w-8 fill-white" />
3636 < p >
3737 Solve problems using the new world of blockchain and currency and collaborate with other
3838 Edgeware experts.
3939 </ p >
4040 </ div >
4141
42- < div className = "flex flex-col items-center p-4" >
42+ < div className = "flex min-h-[13rem] flex-col items-center rounded-lg border-2 border-white border-opacity-0 p-4 transition-all hover:rounded-lg hover:border-white hover:border-opacity-10 hover:bg-grey-800 hover:bg-opacity-20 " >
4343 < FundsLineIcon className = "my-4 h-8 w-8 fill-white" />
4444 < p > Request funds from the Treasury to execute your mission.</ p >
4545 </ div >
4646
47- < div className = "flex flex-col items-center p-4" >
47+ < div className = "flex min-h-[13rem] flex-col items-center rounded-lg border-2 border-white border-opacity-0 p-4 transition-all hover:rounded-lg hover:border-white hover:border-opacity-10 hover:bg-grey-800 hover:bg-opacity-20 " >
4848 < EarthLineIcon className = "my-4 h-8 w-8 fill-white" />
4949 < p >
5050 Regional groups are designed to drive awareness of the network, research key areas of
5151 interest and solve problems within distinct geographical areas.
5252 </ p >
5353 </ div >
5454
55- < div className = "flex flex-col items-center p-4" >
55+ < div className = "flex min-h-[13rem] flex-col items-center rounded-lg border-2 border-white border-opacity-0 p-4 transition-all hover:rounded-lg hover:border-white hover:border-opacity-10 hover:bg-grey-800 hover:bg-opacity-20 " >
5656 < User4LineIcon className = "my-4 h-8 w-8 fill-white" />
5757 < p > Whatever you want, really: Your community is self-determining.</ p >
5858 </ div >
59- < div className = "flex flex-col items-center p-4" >
59+ < div className = "flex min-h-[13rem] flex-col items-center rounded-lg border-2 border-white border-opacity-0 p-4 transition-all hover:rounded-lg hover:border-white hover:border-opacity-10 hover:bg-grey-800 hover:bg-opacity-20 " >
6060 < CompassDiscoverLineIcon className = "my-4 h-8 w-8 fill-white" />
6161 < p >
6262 Utilise Commonwealth's open-source interface to organize your group, project or
6363 community initiative.
6464 </ p >
6565 </ div >
66- < div className = "flex flex-col items-center p-4" >
66+ < div className = "flex min-h-[13rem] flex-col items-center rounded-lg border-2 border-white border-opacity-0 p-4 transition-all hover:rounded-lg hover:border-white hover:border-opacity-10 hover:bg-grey-800 hover:bg-opacity-20 " >
6767 < FingerprintFillIcon className = "my-4 h-8 w-8 fill-white" />
6868 < p > Identity or Community-based solution groups: Minorities, Social Justice, or others.</ p >
6969 </ div >
7070
71- < div className = "flex flex-col items-center p-4" >
71+ < div className = "flex min-h-[13rem] flex-col items-center rounded-lg border-2 border-white border-opacity-0 p-4 transition-all hover:rounded-lg hover:border-white hover:border-opacity-10 hover:bg-grey-800 hover:bg-opacity-20 " >
7272 < ScalesLineIcon className = "my-4 h-8 w-8 fill-white" />
7373 < p > Organize your community into a political power within the network.</ p >
7474 </ div >
75- < div className = "flex flex-col items-center p-4" >
75+ < div className = "flex min-h-[13rem] flex-col items-center rounded-lg border-2 border-white border-opacity-0 p-4 transition-all hover:rounded-lg hover:border-white hover:border-opacity-10 hover:bg-grey-800 hover:bg-opacity-20 " >
7676 < CommandLineIcon className = "my-4 h-8 w-8 fill-white" />
7777 < p >
7878 Specific technology applications,
7979 < br />
8080 Privacy for instance.
8181 </ p >
8282 </ div >
83- < div className = "flex flex-col items-center p-4" >
83+ < div className = "flex min-h-[13rem] flex-col items-center rounded-lg border-2 border-white border-opacity-0 p-4 transition-all hover:rounded-lg hover:border-white hover:border-opacity-10 hover:bg-grey-800 hover:bg-opacity-20 " >
8484 < Compass2LineIcon className = "my-4 h-8 w-8 fill-white" />
8585 < p > Advance the community of EDG citizens.</ p >
8686 </ div >
0 commit comments