aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core/hotkeys/hotkeys.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/core/hotkeys/hotkeys.component.scss')
-rw-r--r--client/src/app/core/hotkeys/hotkeys.component.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/app/core/hotkeys/hotkeys.component.scss b/client/src/app/core/hotkeys/hotkeys.component.scss
index 02c8c59aa..a970260c9 100644
--- a/client/src/app/core/hotkeys/hotkeys.component.scss
+++ b/client/src/app/core/hotkeys/hotkeys.component.scss
@@ -1,3 +1,4 @@
1@import '_variables';
1@import '_mixins'; 2@import '_mixins';
2 3
3.cfp-hotkeys-container { 4.cfp-hotkeys-container {
@@ -93,7 +94,7 @@
93 cursor: pointer; 94 cursor: pointer;
94} 95}
95 96
96@media all and (max-width: 500px) { 97@media all and (max-width: $mobile-view) {
97 .cfp-hotkeys { 98 .cfp-hotkeys {
98 font-size: 0.8em; 99 font-size: 0.8em;
99 } 100 }