summaryrefslogtreecommitdiff
path: root/editor/editor.css
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2021-04-29 15:20:11 +0200
committerSébastien Dailly <sebastien@dailly.me>2022-02-07 16:43:33 +0100
commit2fc4e793b12341df6264e22c0b8bd0f6dd2bd27d (patch)
treeb61b55dc11e4361927c1638d1eb4e82feeef5465 /editor/editor.css
parenteb319516fd922ab89b7120a885d1e801fa3f45aa (diff)
Added pop-up and events in editor
Diffstat (limited to 'editor/editor.css')
-rw-r--r--editor/editor.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/editor/editor.css b/editor/editor.css
index 0be2237..fde771d 100644
--- a/editor/editor.css
+++ b/editor/editor.css
@@ -464,3 +464,7 @@ aside ul {
text-align: left;
}
+
+main article {
+ margin: 0 10px 10px;
+}