fix tailwind

This commit is contained in:
João Geonizeli
2022-07-21 22:46:57 -03:00
parent a2a3b3219c
commit 7c241b5102
9 changed files with 1873 additions and 19 deletions

View File

@@ -0,0 +1,12 @@
@import "./main.css";
@import "./ckeditor-content-styles.css";
.ck-editor {
height: 100% !important;
}
body, #root {
height: 100vh;
background-color: #f7fafc;
font-family: Roboto, 'Times New Roman', Times, serif;
}