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

18 lines
244 B
CSS
Raw Normal View History

2024-04-24 17:32:01 +02:00
.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%;
}
}