aboutsummaryrefslogtreecommitdiffstats
path: root/_sass/_layout.scss
diff options
context:
space:
mode:
authorVille Kauhanen <ville.kauhanen@gmail.com>2017-12-01 00:06:47 +0200
committerGitHub <noreply@github.com>2017-12-01 00:06:47 +0200
commit08bd89ed7ed96c64280978792231367b6f96bb68 (patch)
treee6c8af0d98665ecfc8dfb651b7e5cfdf7f2aedfc /_sass/_layout.scss
parent9796a2d993bc9d28362018a4bda239872910d9bc (diff)
Fix footer logos centering
Diffstat (limited to '_sass/_layout.scss')
-rw-r--r--_sass/_layout.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/_sass/_layout.scss b/_sass/_layout.scss
index 91244fa..73e55ad 100644
--- a/_sass/_layout.scss
+++ b/_sass/_layout.scss
@@ -102,7 +102,7 @@
.footer-col-wrapper {
font-size: 15px;
color: $grey-color;
- */ margin-left: -$spacing-unit / 2; */
+ /* margin-left: -$spacing-unit / 2; */
@extend %clearfix;
}