2023-09-24 06:32:49 +03:00

11 lines
158 B
CSS

.options-container {
display: flex;
flex-wrap: wrap;
}
@media screen and (max-width: 990px) {
.options-container {
justify-content: space-between;
}
}