Fixed .is-middle.is-center abosulte-centering hack

This commit is contained in:
2018-06-06 07:54:59 +10:00
parent f025396290
commit 9f6ed5eb39

View File

@ -66,6 +66,6 @@
} }
&.is-middle.is-center { &.is-middle.is-center {
@cinlude t-translate(-50%, -50%); @include t-translate(-50%, -50%);
} }
} }