fix ie bug
This commit is contained in:
parent
72a7b2539a
commit
1f74a7c5be
|
@ -379,7 +379,8 @@
|
|||
}
|
||||
li{
|
||||
padding: 0.5em;
|
||||
flex: 0 0 25%;
|
||||
//flex: 0 0 25%;
|
||||
width: 25%;
|
||||
position: relative;
|
||||
@media screen and (min-width:$screen-xs) and (max-width:990px){
|
||||
flex: 0 0 50%;
|
||||
|
|
Loading…
Reference in New Issue