style: add support for wordpress image thumbnail alignement

This commit is contained in:
Kazhnuz 2018-12-06 19:42:29 +01:00
parent 6dd22790f3
commit 9138aa58a5
2 changed files with 6 additions and 6 deletions

View File

@ -48,9 +48,9 @@ $color-font: #444;
} }
.align { .align {
&-center {text-align: center;} &-center, &center {text-align: center;}
&-left {text-align: left;} &-left, &left {text-align: left;}
&-right {text-align: right;} &-right, &right {text-align: right;}
} }
/* 1.2 - Background colors */ /* 1.2 - Background colors */

View File

@ -24,13 +24,13 @@
.no-pills { .no-pills {
list-style: none; } list-style: none; }
.align-center { .align-center, .aligncenter {
text-align: center; } text-align: center; }
.align-left { .align-left, .alignleft {
text-align: left; } text-align: left; }
.align-right { .align-right, .alignright {
text-align: right; } text-align: right; }
/* 1.2 - Background colors */ /* 1.2 - Background colors */