view editable zone

main
Paul Schneider 9 years ago
parent f78305472e
commit b5772a34f1
1 changed files with 9 additions and 0 deletions

@ -3,6 +3,15 @@
/* Set some basic padding to keep content from hitting the edges */ /* Set some basic padding to keep content from hitting the edges */
.ql-editor {
border: outset 1em rgb(238, 144, 62);
padding: 1em;
}
.badge {
margin: 1em;
}
.badge img { .badge img {
height: 2em; height: 2em;
} }

Loading…