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 {
|
.footer-columns {
|
||||||
@extend %horizontal-list;
|
@extend %horizontal-list;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
margin: 0 -20px;
|
margin: 0 -15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-column {
|
.footer-column {
|
||||||
|
|
Loading…
Add table
Reference in a new issue