Skip to content

Commit

Permalink
Fix overlapping footer
Browse files Browse the repository at this point in the history
This fix #716.
  • Loading branch information
xavierfoucrier committed Oct 13, 2023
1 parent d38f59e commit 20c041b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion themes/barba/layout/components/chrome/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
pointer-events: none;

@include mq(l) {
padding: 5rem;
padding: 4.5rem;
}

[data-barba="container"]:not([data-barba-namespace="docs"]) & {
display: none;
}
}

0 comments on commit 20c041b

Please sign in to comment.