feat: support 'right' and 'left' class value for the built-in figure

This commit is contained in:
olOwOlo 2018-02-01 21:31:05 +08:00
parent 5a5d0fe0d9
commit 57c8a3adea
No known key found for this signature in database
GPG key ID: 456394B6E7A15EA6
3 changed files with 10 additions and 2 deletions

View file

@ -105,6 +105,14 @@
text-align: center; text-align: center;
} }
&.right {
text-align: right;
}
&.left {
text-align: left;
}
figcaption h4 { figcaption h4 {
color: #b5b5b5; color: #b5b5b5;
font-size: 0.9rem; font-size: 0.9rem;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long