zed/styles/theme-tool/app/page.module.css
2023-02-09 00:09:44 -05:00

9 lines
148 B
CSS

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