Skip to content

Commit 484e621

Browse files
Update style.css
1 parent c53b198 commit 484e621

1 file changed

Lines changed: 26 additions & 8 deletions

File tree

Projects/SoulBound_Confession/css/style.css

Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1216,23 +1216,29 @@ button:focus {
12161216
float: left;
12171217
}
12181218
.icon-b{
1219-
width: 60px;
1220-
height: 60px;
1219+
width: 40px;
1220+
height: 50px;
12211221
text-align: center;
1222-
line-height: 34px;
1223-
font-size: 40px;
1222+
line-height: 30px;
1223+
font-size: 35px;
12241224
border: 2px solid #000000;
1225-
margin: 6px;
1226-
padding: 8px;
1225+
margin: 1px;
1226+
padding: 3px;
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+
}

0 commit comments

Comments
 (0)