X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Fscreen%2Flayout.less;h=b5cc0f159a5605ec51ee68fd777d471d09442089;hp=efeddf9e156eeadfbfe1bedaabbc27b3ae5a4ced;hb=4847c7b7a47021ac0fed26b5f3538f4e8c230cb0;hpb=4fb8c5c64593e901f24022bc5dd6d2eb0253d563 diff --git a/src/main/webapp/less/screen/layout.less b/src/main/webapp/less/screen/layout.less index efeddf9e..b5cc0f15 100644 --- a/src/main/webapp/less/screen/layout.less +++ b/src/main/webapp/less/screen/layout.less @@ -27,6 +27,13 @@ width: 20.375em; background-color: @heller; } +.cols_2 > .content > .marginal h1, +.cols_2 > .content > .marginal h2, +.cols_2 > .content > .marginal h3, +.cols_2 > .content > .marginal h4 +{ + color: @hintergrund; +} .content #nav { position: absolute; @@ -54,3 +61,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; +}