Merge pull request #59 from open-sausages/pulls/3.2/in-the-box-to-the-left

Update text alignment class names
This commit is contained in:
Serge Latyntsev 2018-11-12 10:56:45 +13:00 committed by GitHub
commit ca2e630a12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 9 deletions

View File

@ -144,13 +144,13 @@ body {
/* WYSIWYG EDITOR ALIGNMENT CLASSES
-------------------------------------------- */
.typography .left {
.typography .text-left {
text-align: left
}
.typography .center {
.typography .text-center {
text-align: center
}
.typography .right {
.typography .text-right {
text-align: right
}