Browse Source

[ui] per quanto la media query sia figa questo fa responsive bene

encrypt 4 years ago
parent
commit
be0a2a130f
1 changed files with 1 additions and 7 deletions
  1. 1 7
      client/style.css

+ 1 - 7
client/style.css

@@ -19,17 +19,11 @@ body {
 #room {
     margin-top: 30px;
     color: #ccc;
-    width: 65%;
+    max-width: 650px;
     margin: 0 auto;
     margin-top: 30px;
 }
 
-@media (max-width: 1280px) {
-    #room {
-	width: 100%;
-    }
-}
-
 #upload {
     text-align: center;
 }