mirror of
https://github.com/fergalmoran/turnstone.git
synced 2026-01-08 03:59:49 +00:00
20 lines
218 B
CSS
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;
|
|
}
|
|
|