2023-06-01 10:30:17 -03:00

12 lines
153 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
.preview-table > div {
overflow-y: hidden;
}
.prose h1 {
font-size: 1.5em !important;
}