footer: fix extra horizontal pixels being added to the page
This commit is contained in:
parent
39526f57b5
commit
c927e6651d
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ footer {
|
|||
.footer-columns {
|
||||
@extend %horizontal-list;
|
||||
justify-content: flex-start;
|
||||
margin: 0 -20px;
|
||||
margin: 0 -15px;
|
||||
}
|
||||
|
||||
.footer-column {
|
||||
|
|
Loading…
Reference in a new issue