Skip to content

Commit

Permalink
fix footer width
Browse files Browse the repository at this point in the history
  • Loading branch information
msbt authored and amotl committed Jul 18, 2024
1 parent cdc35d0 commit 7576f47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/crate/theme/rtd/crate/static/css/ng/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
}

@media all and (min-width: 88rem) {
header .sb-page-width {
header .sb-page-width,
footer .sb-page-width {
width: 100%;
max-width: 96rem;
}
Expand Down Expand Up @@ -284,4 +285,3 @@ footer {
width: 58rem;
}
}

0 comments on commit 7576f47

Please sign in to comment.