X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Fscreen.less;h=ba58223e3f3cf6d482b4d9b89ce88ab8cb2bcdd1;hp=5a81cba06e2e2c415b1e343da8c0fa5a77478bee;hb=40f9a579c5324f56a938e262fe8c708228cf6c83;hpb=351e86a9d261f56630181dfb2d15eb7337bfd682 diff --git a/src/main/webapp/less/screen.less b/src/main/webapp/less/screen.less index 5a81cba0..ba58223e 100644 --- a/src/main/webapp/less/screen.less +++ b/src/main/webapp/less/screen.less @@ -1,3 +1,4 @@ +@import 'variables.less'; @import 'screen/head.less'; @import 'screen/menu.less'; @import 'screen/footer-sticky.less'; @@ -6,7 +7,6 @@ @media (min-width: (@minscreen)) { - @import 'screen/typo.less'; @import 'screen/layout.less'; @import 'screen/footer.less'; @media (max-width: (@maxtablet)) @@ -14,6 +14,7 @@ @import 'tablet/typo.less'; @import 'tablet/layout.less'; @import 'tablet/menu.less'; + @import 'tablet/marginal.less'; @import 'tablet/footer.less'; } } @@ -24,7 +25,7 @@ @import 'screen/content.less'; @media (max-width: 1079px) { - @import 'phone/packs.less'; + @import 'screen/onecolumn.less'; } }