Skip to content

Commit 8a72215

Browse files
Merge #1242
1242: [UI UPDATE]: Based on issue #1148, widen main to prevent icon overflow r=carols10cents Slight widening to the `main` section of a given crates page based on issue #1148, overflow now prevented
2 parents 4969e7a + b152e3a commit 8a72215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/styles/crate.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
border-bottom: 5px solid $gray-border;
213213
margin-bottom: 20px;
214214

215-
@media only screen and (min-width: 820px) {
215+
@media only screen and (min-width: 890px) {
216216
@include flex-direction(row);
217217

218218
.docs {

0 commit comments

Comments
 (0)