livekit-dgn/styles/Home.module.css

13 lines
187 B
CSS
Raw Normal View History

2022-10-24 17:03:12 +02:00
.container {
display: grid;
grid-template-columns: 700px;
gap: 16px;
height: 100vh;
justify-content: center;
align-items: center;
}
.container main {
text-align: center;
}