shopping-list/src/App.css

8 lines
128 B
CSS

.app {
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-evenly;
min-height: 80vh;
}