Skip to content

Commit 4253506

Browse files
msbtamotl
authored andcommitted
NG: fix footer width
1 parent fcd5a57 commit 4253506

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/crate/theme/rtd/crate/static/css/ng/layout.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
}
2323

2424
@media all and (min-width: 88rem) {
25-
header .sb-page-width {
25+
header .sb-page-width,
26+
footer .sb-page-width {
2627
width: 100%;
2728
max-width: 96rem;
2829
}
@@ -284,4 +285,3 @@ footer {
284285
width: 58rem;
285286
}
286287
}
287-

0 commit comments

Comments
 (0)