footer: fix extra horizontal pixels being added to the page

This commit is contained in:
Pierre de La Morinerie 2018-11-08 16:13:51 +01:00
parent 39526f57b5
commit c927e6651d

View file

@ -22,7 +22,7 @@ footer {
.footer-columns {
@extend %horizontal-list;
justify-content: flex-start;
margin: 0 -20px;
margin: 0 -15px;
}
.footer-column {