Seigwai/src/style.css
2023-03-23 22:11:42 +08:00

11 lines
156 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
.milkdown {
@apply bg-slate-50 px-2 py-4 m-5 border rounded;
}
.editor {
@apply mx-auto;
}