mirror of
https://github.com/Balshgit/gpt_chat_bot.git
synced 2025-09-11 22:30:41 +03:00
11 lines
158 B
CSS
11 lines
158 B
CSS
.options-container {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
@media screen and (max-width: 990px) {
|
|
.options-container {
|
|
justify-content: space-between;
|
|
}
|
|
}
|