Spaces:
Runtime error
Runtime error
File size: 158 Bytes
29a2592 |
1 2 3 4 5 6 7 8 9 10 11 |
.options-container {
display: flex;
flex-wrap: wrap;
}
@media screen and (max-width: 990px) {
.options-container {
justify-content: space-between;
}
}
|