Skip to content

Commit d79e539

Browse files
committed
crate.version: Decrease margin between readme and sidebar
Everything else is using 20px, so we should do the same here to give the README a bit more space for rendering
1 parent c62d32b commit d79e539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/styles/crate/version.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ div.header {
6666
.docs {
6767
@media only screen and (min-width: 890px) {
6868
flex: 7;
69-
padding-right: 40px;
69+
padding-right: 20px;
7070
max-width: 640px;
7171
}
7272
}

0 commit comments

Comments
 (0)