movie-web/src/views/Search.css
2021-07-13 23:31:37 +01:00

17 lines
279 B
CSS

.cardView {
display: flex;
min-height: 100vh;
justify-content: center;
align-items: center;
flex-direction: column;
padding: 1rem;
box-sizing: border-box;
}
.cardView > div {
margin-top: 2rem;
}
.cardView > div:first-child {
margin-top: 0;
}