We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d443416 commit 5072a47Copy full SHA for 5072a47
src/doc/rust.css
@@ -6,6 +6,9 @@ body {
6
font-size: 18px;
7
color: #333;
8
line-height: 1.428571429;
9
+
10
+ -webkit-box-sizing: unset;
11
+ -moz-box-sizing: unset;
12
box-sizing: unset;
13
}
14
@media (min-width: 768px) {
0 commit comments