This commit is contained in:
rulingcom 2021-10-21 14:13:32 +00:00
parent 19dfc6aa38
commit 09cad28d7d
1 changed files with 2 additions and 2 deletions

View File

@ -253,7 +253,7 @@ body{
} }
} }
.iconbox{ .iconbox{
width: 20% !important width: 20% !important;
flex: 1 1 20%; flex: 1 1 20%;
.fas{ .fas{
font-size: 2.5em; font-size: 2.5em;
@ -265,7 +265,7 @@ body{
} }
@media(max-width: $screen-xs){ @media(max-width: $screen-xs){
flex: 50%; flex: 50%;
width: 50% !important width: 50% !important;
padding-bottom: 0.5em; padding-bottom: 0.5em;
} }
} }