From 8e10b71bab79922c85559c04d5319ade0aa73560 Mon Sep 17 00:00:00 2001 From: Pedro Reis Date: Mon, 14 Dec 2015 17:33:14 +0000 Subject: [PATCH] Update _helpers.scss --- assets/sass/utils/_helpers.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/sass/utils/_helpers.scss b/assets/sass/utils/_helpers.scss index a26f8e9..6b17fe7 100644 --- a/assets/sass/utils/_helpers.scss +++ b/assets/sass/utils/_helpers.scss @@ -49,7 +49,7 @@ } .align-text-center { - text-align: right; + text-align: center; } @@ -75,4 +75,4 @@ @include resp-max($breakpoint-md) { display: none !important; } -} \ No newline at end of file +}