Drop GitHub button from docs on small screens

This commit is contained in:
Tom Christie 2012-09-13 18:39:20 +01:00
parent 11452758bf
commit 71ff49f730

View File

@ -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;