footer: only show keyboard shortcuts link on desktop.

This commit is contained in:
evazion
2019-08-19 00:46:31 -05:00
parent dab43d96c9
commit 13f4dee59f
2 changed files with 7 additions and 1 deletions

View File

@@ -9,6 +9,10 @@
}
@media screen and (max-width: 660px) {
#keyboard-shortcuts-link {
display: none;
}
#desktop-version-link {
display: inline;
}