fix event news mobile
This commit is contained in:
parent
821efdfb87
commit
874a373730
|
@ -378,14 +378,16 @@
|
|||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
flex-direction: row-reverse;
|
||||
width: 25%;
|
||||
}
|
||||
li{
|
||||
padding: 0.5em;
|
||||
//flex: 0 0 25%;
|
||||
width: 25%;
|
||||
width: 100%;
|
||||
position: relative;
|
||||
@media screen and (min-width:$screen-xs) and (max-width:990px){
|
||||
flex: 0 0 50%;
|
||||
//flex: 0 0 50%;
|
||||
width: 50%;
|
||||
}
|
||||
}
|
||||
.card0{
|
||||
|
|
Loading…
Reference in New Issue