Hide the links in the html topbar on small screens

This commit is contained in:
yflory
2017-02-15 14:23:56 +01:00
parent 7758d056fa
commit 0e76b18278
9 changed files with 39 additions and 28 deletions

View File

@@ -60,5 +60,11 @@
color: @cp-link-visited;
}
}
&.link {
@media screen and (max-width: @media-not-big) {
display: none;
}
}
}
}