mirror of
https://github.com/Balshgit/gpt_chat_bot.git
synced 2025-09-11 22:30:41 +03:00
14 lines
228 B
CSS
14 lines
228 B
CSS
.main-container {
|
|
display: flex;
|
|
padding: var(--section-gap);
|
|
height: 100vh;
|
|
justify-content: center;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
@media screen and (max-width: 360px) {
|
|
.main-container {
|
|
padding: 0px;
|
|
height: 90vh;
|
|
}
|
|
} |