blog-fs/pages/_app.module.css
2021-05-01 23:10:28 +08:00

6 lines
60 B
CSS

.page {
@apply flex;
}
.sidebar {
@apply md:w-64 w-32;
}