fix bug
This commit is contained in:
parent
19dfc6aa38
commit
09cad28d7d
|
@ -253,7 +253,7 @@ body{
|
|||
}
|
||||
}
|
||||
.iconbox{
|
||||
width: 20% !important
|
||||
width: 20% !important;
|
||||
flex: 1 1 20%;
|
||||
.fas{
|
||||
font-size: 2.5em;
|
||||
|
@ -265,7 +265,7 @@ body{
|
|||
}
|
||||
@media(max-width: $screen-xs){
|
||||
flex: 50%;
|
||||
width: 50% !important
|
||||
width: 50% !important;
|
||||
padding-bottom: 0.5em;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue