에디터 css

This commit is contained in:
yoon 2025-03-18 10:42:33 +09:00
parent 0e0c4ceed4
commit e79bbf207c
2 changed files with 8 additions and 7 deletions

View File

@ -22,6 +22,14 @@
}
/* board end */
/* Qeditor */
.ql-editor {
min-height: 300px;
font-family: 'Nanum Gothic', sans-serif;
}
/* Qeditor end */
/* 에러페이지 */
/* 전체 화면을 덮는 스타일 */
.error-page {

View File

@ -217,10 +217,3 @@
});
</script>
<style>
@import 'quill/dist/quill.snow.css';
.ql-editor {
min-height: 300px;
font-family: 'Nanum Gothic', sans-serif;
}
</style>