From 57c8a3adeaa00a603bb9059cdef0349bb61c1df1 Mon Sep 17 00:00:00 2001 From: olOwOlo <26087907+olOwOlo@users.noreply.github.com> Date: Thu, 1 Feb 2018 21:31:05 +0800 Subject: feat: support 'right' and 'left' class value for the built-in `figure` --- src/css/_partial/_post/_content.scss | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src') diff --git a/src/css/_partial/_post/_content.scss b/src/css/_partial/_post/_content.scss index ddc809e..ceed8a3 100644 --- a/src/css/_partial/_post/_content.scss +++ b/src/css/_partial/_post/_content.scss @@ -105,6 +105,14 @@ text-align: center; } + &.right { + text-align: right; + } + + &.left { + text-align: left; + } + figcaption h4 { color: #b5b5b5; font-size: 0.9rem; -- cgit v1.2.3