mirror of
https://github.com/IT4Change/ohmyform-ui.git
synced 2025-12-13 09:45:50 +00:00
20 lines
286 B
SCSS
20 lines
286 B
SCSS
.main {
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
.content {
|
|
flex: 1;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
overflow: auto;
|
|
padding: 16px;
|
|
|
|
@media (max-width: 600px) {
|
|
display: block;
|
|
}
|
|
}
|
|
}
|
|
|