Skip to content
Snippets Groups Projects
Commit 5ea8320d authored by François Michonneau's avatar François Michonneau
Browse files

fix swcarpentry/site#844 reposition button on small displays

parent 64d5f75a
Branches
Tags
No related merge requests found
......@@ -717,6 +717,16 @@ div.chapter h2 {
}
}
@media (max-width: 600px) {
.navbar-toggle {
margin-right: 20px;
}
.navbar-brand img {
width: 180px;
height: 36px;
margin-top: 10px
}
}
/* GitHub ribbon breaking point */
@media screen and (min-width: 600px) {
#github-ribbon {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment