diff --git a/public/resources/css/module/_footer.scss b/public/resources/css/module/_footer.scss index 5127bedcf2..5bca0a6907 100644 --- a/public/resources/css/module/_footer.scss +++ b/public/resources/css/module/_footer.scss @@ -77,9 +77,13 @@ } footer { - text-align: center; + text-align: left; padding: ($unit * 2) ($unit * 6); + @include respond-to('mobile') { + text-align: center; + } + a { color: $snow; }