zed/styles/theme-tool/app/page.module.css

9 lines
148 B
CSS
Raw Normal View History

2023-02-09 05:09:44 +00:00
.main {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
padding: 6rem;
min-height: 100vh;
}