X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Fscreen%2Flayout.less;h=2af6cd6fe25d3333ffd4c5476eda51d452af4ad9;hp=10d147f0a6b6e5267ff7ca2ec13ab78366aa5c14;hb=136db10a69e7fbfd778a17bd269cd26166939348;hpb=de5db62e28514298e5e7b776249fe5a90a14a8d6 diff --git a/src/main/webapp/less/screen/layout.less b/src/main/webapp/less/screen/layout.less index 10d147f0..2af6cd6f 100644 --- a/src/main/webapp/less/screen/layout.less +++ b/src/main/webapp/less/screen/layout.less @@ -1,5 +1,10 @@ @import '../variables.less'; +body +{ + padding: 1em 3em 1em 5em; +} + .content { position: relative; @@ -61,3 +66,11 @@ /** 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; +}