summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--css/mobile.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/mobile.scss b/css/mobile.scss
index c904d3e42..eb0c7e9f0 100644
--- a/css/mobile.scss
+++ b/css/mobile.scss
@@ -1,6 +1,6 @@
$breakpoint-mobile: 1024px;
-@media only screen and (max-width: $breakpoint_mobile) {
+@media only screen and (max-width: 1024px) {
#app-content .utils .date {
display: none;
}