override rustdoc.css {webkit,moz} box-sizing:unset

This commit is contained in:
Deadbeef 2021-06-29 13:05:00 +08:00
parent d4434162cf
commit 5072a47fd1
No known key found for this signature in database
GPG Key ID: 6525773485376D92

View File

@ -6,6 +6,9 @@ body {
font-size: 18px;
color: #333;
line-height: 1.428571429;
-webkit-box-sizing: unset;
-moz-box-sizing: unset;
box-sizing: unset;
}
@media (min-width: 768px) {