fix bug
This commit is contained in:
parent
19dfc6aa38
commit
09cad28d7d
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue