Commit 30050798 by Tom Christie

Drop GitHub button from docs on small screens

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