fix: adjust display on small screens

This commit is contained in:
Johannes Rappen 2017-03-18 19:09:24 +01:00
commit bf35471a2b

View file

@ -425,7 +425,7 @@ body.close {
}
}
@media (max-width: 600px) {
@media screen and (max-width: 768px) {
.github-corner, .sidebar-toggle, .sidebar {
position: fixed;
}