From bbae9d931e87d39fc9a8f49b0e7684da23abeef9 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Thu, 25 Aug 2022 09:24:48 +0200 Subject: Update css/mobile.scss Co-authored-by: anoy. Signed-off-by: Carl Schwan --- css/mobile.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3