Commit 30050798 by Tom Christie

Drop GitHub button from docs on small screens

parent d8b5d660
......@@ -22,6 +22,12 @@ pre {
display: block;
}
@media (max-width: 480px) {
.repo-link {
display: none;
}
}
/* Header link to GitHub */
.repo-link {
float: right;
......
Markdown is supported
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