12 lines
145 B
CSS
12 lines
145 B
CSS
.root {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
height: 100vh;
|
|
}
|
|
|
|
.button {
|
|
padding: .25em 1em;
|
|
height: auto;
|
|
}
|