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

12 lines
134 B
CSS

.root {
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.container {
width: 50%;
}