Files
turnstone/examples/geo/styles/App.module.css
2022-02-21 17:08:46 +00:00

20 lines
218 B
CSS

.container {
padding: 0 2rem;
}
.main {
padding: 4rem 0;
flex: 1;
display: flex;
justify-content: center;
align-items: center;
}
.main label {
font-size: 1.4em;
}
.selected {
text-align: center;
}