summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--css/mobile.scss (renamed from css/mobile.css)2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/mobile.css b/css/mobile.scss
index 83e228b2f..02271a263 100644
--- a/css/mobile.css
+++ b/css/mobile.scss
@@ -1,4 +1,4 @@
-@media only screen and (max-width: 768px) {
+@media only screen and (max-width: $breakpoint_mobile) {
#app-content .utils .date {
display: none;
}