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