18 lines
211 B
CSS
18 lines
211 B
CSS
body {
|
|
min-height: 100vh;
|
|
}
|
|
|
|
body > div, body > div > div {
|
|
min-height: 100vh;
|
|
}
|
|
|
|
body
|
|
.center-content {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
form label, form input {
|
|
display: block;
|
|
}
|
|
|