diff options
| author | Ville Kauhanen <ville.kauhanen@gmail.com> | 2017-12-01 00:06:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-01 00:06:47 +0200 |
| commit | 08bd89ed7ed96c64280978792231367b6f96bb68 (patch) | |
| tree | e6c8af0d98665ecfc8dfb651b7e5cfdf7f2aedfc /_sass | |
| parent | 9796a2d993bc9d28362018a4bda239872910d9bc (diff) | |
Fix footer logos centering
Diffstat (limited to '_sass')
| -rw-r--r-- | _sass/_layout.scss | 2 |
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; } |
