Update text alignment class names

This commit is contained in:
Luke Edwards 2018-11-05 09:05:13 +13:00
parent 64ec4e16e0
commit 374679f873
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
}