arcast/apps/main/src/components/Layout/Layout.module.css

18 lines
244 B
CSS

.root {
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.container {
width: 90%;
}
@media only screen and (max-width: 768px) {
.container {
width: 90%;
height: 90%;
}
}