From f3f9c30ff63123ad2b6d037f017ccca20386e513 Mon Sep 17 00:00:00 2001 From: Tony Air Date: Sun, 10 May 2020 16:36:56 +0700 Subject: [PATCH] UI: caption image improvement --- src/scss/types/editor.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/scss/types/editor.scss b/src/scss/types/editor.scss index cfab728..0c1b793 100755 --- a/src/scss/types/editor.scss +++ b/src/scss/types/editor.scss @@ -52,6 +52,15 @@ img, } } +.captionImage { + img { + margin-bottom: 0.5rem; + } + .caption { + font-size: 0.8rem; + } +} + .text-left { text-align: left; }