Skip to content

Commit

Permalink
fix: adjust display on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
jrappen committed Mar 18, 2017
1 parent b022aaf commit bf35471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/themes/basic/_layout.css
Expand Up @@ -425,7 +425,7 @@ body.close {
}
}

@media (max-width: 600px) {
@media screen and (max-width: 768px) {
.github-corner, .sidebar-toggle, .sidebar {
position: fixed;
}
Expand Down

0 comments on commit bf35471

Please sign in to comment.