foldbank-mock/web/app/page.module.css

11 lines
150 B
CSS
Raw Normal View History

.main {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
padding: 6rem;
min-height: 100vh;
}