Skip to content

Commit

Permalink
Show fork icon in small desktop screen
Browse files Browse the repository at this point in the history
  • Loading branch information
minsukkahng committed Sep 29, 2018
1 parent 282eeb9 commit bef305f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@
width: 1442px;
}

@media screen and (min-device-width: 1024px) and (max-width: 1442px) {
#top-bar-panel-container {
margin-left: 0;
width: 98.5vw;
}
}

#tool-description {
padding-left: 20px;
}
Expand Down

0 comments on commit bef305f

Please sign in to comment.