Skip to content

Commit b152e3a

Browse files
[UI UPDATE]: Based on issue #1148, widen main to prevent icon overflow
1 parent a891651 commit b152e3a

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)