Media queries to use variables when possible
[oweals/peertube.git] / client / src / sass / application.scss
index 4ad14ea5bc89c5c0945d5e3570fc8fc6c83a752e..6bf3457895c4f1c9ff8b788cd43cabd59f699582 100644 (file)
@@ -167,7 +167,7 @@ label {
     color: var(--mainForegroundColor);
   }
 
-  @media screen and (max-width: 500px) {
+  @media screen and (max-width: $mobile-view) {
     margin-right: 15px;
   }
 }