X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Fscreen.less;h=ba58223e3f3cf6d482b4d9b89ce88ab8cb2bcdd1;hp=7102445c0b6150921b7e376f4a2de6030aeb03ac;hb=40f9a579c5324f56a938e262fe8c708228cf6c83;hpb=5f04e60da58d3f37fbb2ad983ec7415ad54ff562 diff --git a/src/main/webapp/less/screen.less b/src/main/webapp/less/screen.less index 7102445c..ba58223e 100644 --- a/src/main/webapp/less/screen.less +++ b/src/main/webapp/less/screen.less @@ -1,11 +1,12 @@ +@import 'variables.less'; @import 'screen/head.less'; @import 'screen/menu.less'; @import 'screen/footer-sticky.less'; @import 'screen/wip.less'; +@import 'screen/packs.less'; @media (min-width: (@minscreen)) { - @import 'screen/typo.less'; @import 'screen/layout.less'; @import 'screen/footer.less'; @media (max-width: (@maxtablet)) @@ -13,6 +14,7 @@ @import 'tablet/typo.less'; @import 'tablet/layout.less'; @import 'tablet/menu.less'; + @import 'tablet/marginal.less'; @import 'tablet/footer.less'; } } @@ -21,6 +23,10 @@ @import 'screen/faux-column.less'; @import 'screen/marginal.less'; @import 'screen/content.less'; + @media (max-width: 1079px) + { + @import 'screen/onecolumn.less'; + } } @media (max-width: (@maxtablet))