Przeglądaj źródła

Fixes #48: Set .container to auto with a max width

Jeremy Stretch 10 lat temu
rodzic
commit
4dac43c1c9
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      netbox/project-static/css/base.css

+ 2 - 1
netbox/project-static/css/base.css

@@ -9,7 +9,8 @@ body {
     padding-top: 70px;
 }
 .container {
-    width: 1340px;
+    width: auto;
+    max-width: 1340px;
 }
 .wrapper {
     min-height: 100%;