Einfache Unterstützung für unterschiedliche Bildschirmgrößen aktiviert
[website] / src / main / webapp / less / screen / layout.less
index 10d147f..b5cc0f1 100644 (file)
 
 /** Always display vertical scroll-bars */
 body { overflow-y: scroll; }
+
+/** Center content, when screen is bigger than 1240 */
+#page
+{
+  position: relative;
+  max-width: 1000px;
+  margin: 0 auto;
+}