Browse Source

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

Jeremy Stretch 9 years ago
parent
commit
4dac43c1c9
1 changed files with 2 additions and 1 deletions
  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%;