Skip to content

Commit aa7bcaa

Browse files
authored
set all padding for main element in print
1 parent 933cbd4 commit aa7bcaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/static/css/rustdoc.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -2067,7 +2067,7 @@ in storage.js plus the media query with (min-width: 701px)
20672067
}
20682068

20692069
main {
2070-
padding-left: 15px;
2070+
padding: 10px;
20712071
}
20722072
}
20732073

0 commit comments

Comments
 (0)