Basis-Style überarbeitet
[website] / src / main / webapp / less / screen / layout.less
index 10d147f..2af6cd6 100644 (file)
@@ -1,5 +1,10 @@
 @import '../variables.less';
 
+body
+{
+  padding: 1em 3em 1em 5em;
+}
+
 .content
 {
   position: relative;
 
 /** 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;
+}