34 lines
620 B
CSS
34 lines
620 B
CSS
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,400;0,700;1,400;1,700&display=swap');
|
|
|
|
@media print {
|
|
body {
|
|
margin: 0 !important;
|
|
}
|
|
}
|
|
|
|
.main-container {
|
|
font-family: 'Inter';
|
|
width: fit-content;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.fixed-container {
|
|
min-height: 600px;
|
|
min-width: 300px;
|
|
/*height: 800px;*/
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
|
|
.ck-content {
|
|
font-family: 'Inter';
|
|
line-height: 1.6;
|
|
word-break: break-word;
|
|
}
|
|
|
|
.editor-container_classic-editor .editor-container__editor {
|
|
min-width: 600px;
|
|
min-height: 600px;
|
|
}
|