Explorar el Código

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

Jeremy Stretch hace 10 años
padre
commit
4dac43c1c9
Se han modificado 1 ficheros con 2 adiciones y 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%;