8 lines
128 B
CSS
8 lines
128 B
CSS
.app {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: space-evenly;
|
|
min-height: 80vh;
|
|
}
|