]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/header/header.component.scss
feature: initial syndication feeds support
[github/Chocobozzz/PeerTube.git] / client / src / app / header / header.component.scss
index 63b724cbaa1252b065c1e46e48a7f48d7851692a..d79e6274b28f5107788d33af4d44e92dd25d7332 100644 (file)
@@ -14,7 +14,7 @@
     width: calc(100% - 150px);
   }
 
-  @media screen and (max-width: 400px) {
+  @media screen and (max-width: 600px) {
     width: calc(100% - 70px);
   }
 }
@@ -50,7 +50,7 @@
     margin-right: 6px;
   }
 
-  @media screen and (max-width: 400px) {
+  @media screen and (max-width: 600px) {
     margin-right: 10px;
     padding: 0 10px;