diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/styles/components.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss index b376f3a30..d9e5a9bad 100644 --- a/app/javascript/styles/components.scss +++ b/app/javascript/styles/components.scss @@ -3729,7 +3729,7 @@ noscript { } } -@media screen and (max-width: 1024px) and (max-height: 600px) { +@media screen and (max-width: 1024px) and (max-height: 400px) { $duration: 400ms; $delay: 100ms; |