mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 08:28:15 -04:00
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:
@@ -34,6 +34,7 @@ $is-ie: false !default;
|
|||||||
margin-bottom: $gutter;
|
margin-bottom: $gutter;
|
||||||
margin-left: -$gutter-half;
|
margin-left: -$gutter-half;
|
||||||
margin-right: -$gutter-half;
|
margin-right: -$gutter-half;
|
||||||
|
overflow: hidden;
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user