footer: only show keyboard shortcuts link on desktop.
This commit is contained in:
@@ -9,6 +9,10 @@
|
||||
}
|
||||
|
||||
@media screen and (max-width: 660px) {
|
||||
#keyboard-shortcuts-link {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#desktop-version-link {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user