summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2022-08-25 09:24:48 +0200
committerGitHub <noreply@github.com>2022-08-25 09:24:48 +0200
commitbbae9d931e87d39fc9a8f49b0e7684da23abeef9 (patch)
treec16f6888fb8182df1d5cb679389e768676f28760
parente96494fda46122dea838adc6bd427d9e36f65c56 (diff)
Update css/mobile.scss
Co-authored-by: anoy. <anoymouserver@users.noreply.github.com> Signed-off-by: Carl Schwan <carl@carlschwan.eu>
-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;
}