File tree Expand file tree Collapse file tree
Projects/SoulBound_Confession/css Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1216,23 +1216,29 @@ button:focus {
12161216 float : left;
12171217}
12181218.icon-b {
1219- width : 60 px ;
1220- height : 60 px ;
1219+ width : 40 px ;
1220+ height : 50 px ;
12211221 text-align : center;
1222- line-height : 34 px ;
1223- font-size : 40 px ;
1222+ line-height : 30 px ;
1223+ font-size : 35 px ;
12241224 border : 2px solid # 000000 ;
1225- margin : 6 px ;
1226- padding : 8 px ;
1225+ margin : 1 px ;
1226+ padding : 3 px ;
12271227 color : # 00cb86 ;
12281228 border-radius : 30% ;
12291229}
1230-
1230+ .flex {
1231+ display : flex;
1232+ gap : 16px ;
1233+ flex-wrap : wrap;
1234+ justify-content : center;
1235+ }
12311236.dit-right h4 {
12321237 font-size : 18px ;
12331238 color : # 000000 ;
12341239 font-weight : 600 ;
12351240 padding-bottom : 0 ;
1241+ margin-left : 10px ;
12361242}
12371243.dit-right {
12381244 padding-right : 14px ;
@@ -1392,4 +1398,16 @@ select.form-control:not([size]):not([multiple]){
13921398
13931399.subscribe-inner .form-group button : hover {
13941400 color : # ffffff ;
1395- }
1401+ }
1402+ .fa-location-arrow {
1403+ content : "\f124" ;
1404+ font-size : 20px ;
1405+ }
1406+ .fa-envelope {
1407+ content : "\f0e0" ;
1408+ font-size : 20px ;
1409+ }
1410+ .fa-volume-control-phone {
1411+ content : "\f2a0" ;
1412+ font-size : 20px ;
1413+ }
You can’t perform that action at this time.
0 commit comments