Explorar o código

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

Jeremy Stretch %!s(int64=10) %!d(string=hai) anos
pai
achega
4dac43c1c9
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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%;