diff options
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r-- | client/src/sass/application.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 4ad14ea5b..6bf345789 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -167,7 +167,7 @@ label { | |||
167 | color: var(--mainForegroundColor); | 167 | color: var(--mainForegroundColor); |
168 | } | 168 | } |
169 | 169 | ||
170 | @media screen and (max-width: 500px) { | 170 | @media screen and (max-width: $mobile-view) { |
171 | margin-right: 15px; | 171 | margin-right: 15px; |
172 | } | 172 | } |
173 | } | 173 | } |