mirror of
https://github.com/Balshgit/gpt_chat_bot.git
synced 2025-09-11 22:30:41 +03:00
12 lines
140 B
CSS
12 lines
140 B
CSS
.field {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 4px;
|
|
}
|
|
|
|
@media screen and (max-width: 990px) {
|
|
.field {
|
|
flex-wrap: nowrap;
|
|
}
|
|
}
|