Margin fix

This commit is contained in:
Patrick Neff 2019-01-17 13:02:31 +01:00
parent 2c1cc7f3ec
commit f99ddf8c35
1 changed files with 5 additions and 0 deletions

View File

@ -26,9 +26,14 @@
li {
min-width: $min-column-width;
padding: 0;
}
}
}
&:first-child {
margin-left: -$gutter-width;
}
}
}
#footer-social {