11 lines
185 B
CSS
11 lines
185 B
CSS
|
|
body {
|
|
background: #f4f6f9;
|
|
}
|
|
.container {
|
|
|
|
margin: 40px auto;
|
|
}
|
|
.ck-editor__editable {
|
|
min-height: 350px;
|
|
} |