fix error
This commit is contained in:
parent
874a373730
commit
36bc0d657c
|
@ -378,7 +378,9 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
flex-direction: row-reverse;
|
flex-direction: row-reverse;
|
||||||
width: 25%;
|
li{
|
||||||
|
width: 25%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
li{
|
li{
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
|
|
Loading…
Reference in New Issue