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 +}