Make sticky footer clear the previous/next nav

If we don’t do this then the sticky footer only takes up half the width
of the column.
This commit is contained in:
Chris Hill-Scott
2020-02-27 10:39:02 +00:00
parent f9310dd2ed
commit 0d4c97e64a

View File

@@ -34,6 +34,7 @@ $is-ie: false !default;
margin-bottom: $gutter;
margin-left: -$gutter-half;
margin-right: -$gutter-half;
overflow: hidden;
ul {
margin: 0;