blog-fs/pages/_app.module.css
2021-05-02 10:42:38 +08:00

16 lines
254 B
CSS

.page {
@apply flex;
}
.sidebar {
@apply md:w-64 w-32 flex-none;
}
.primary {
@apply flex-auto;
@apply bg-gray-100 text-gray-700;
.wrapper {
@apply mx-auto max-w-screen-xl;
}
}
.pageHeader {
@apply p-3 bg-gray-50 flex justify-between;
}