Files
formbricks/apps/web/styles/editorjs.css
Matti Nannt 5c378bc8ce Feature/monorepo #95 (#105)
Move repository into a monorepo with turborepo and pnpm.
This is a big change in the way the code is organized, used and deployed.
2022-10-13 09:46:43 +02:00

20 lines
391 B
CSS

.ce-paragraph {
@apply font-light text-gray-800;
}
.ce-paragraph a {
@apply underline;
}
h1.ce-header {
@apply pb-5 text-2xl font-bold leading-7 text-gray-900 sm:text-3xl sm:truncate;
}
h2.ce-header {
@apply pb-3 text-xl font-bold leading-7 text-gray-900 sm:text-2xl sm:truncate;
}
h3.ce-header {
@apply pb-2 text-lg font-bold leading-7 text-gray-900 sm:text-xl sm:truncate;
}