Media queries to use variables when possible
[oweals/peertube.git] / client / src / app / app.component.scss
index 7a6710829efcdba6ae293c329c3b6903efeebc8d..a7be8e1afa6af7ca9239e148fb6cce4f839282c9 100644 (file)
@@ -61,7 +61,7 @@
       }
     }
 
-    @media screen and (max-width: 500px) {
+    @media screen and (max-width: $mobile-view) {
       width: 70px;
 
       .peertube-title {