X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Fscreen.less;h=2736a1f4bd35691cee0cb5d8d2a7a8b41db8b75c;hp=7102445c0b6150921b7e376f4a2de6030aeb03ac;hb=6edf003077fec1ebcc3dbdcf94f6ba04fa64a349;hpb=5f04e60da58d3f37fbb2ad983ec7415ad54ff562 diff --git a/src/main/webapp/less/screen.less b/src/main/webapp/less/screen.less index 7102445c..2736a1f4 100644 --- a/src/main/webapp/less/screen.less +++ b/src/main/webapp/less/screen.less @@ -1,7 +1,9 @@ +@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)) { @@ -13,6 +15,7 @@ @import 'tablet/typo.less'; @import 'tablet/layout.less'; @import 'tablet/menu.less'; + @import 'tablet/marginal.less'; @import 'tablet/footer.less'; } } @@ -21,6 +24,10 @@ @import 'screen/faux-column.less'; @import 'screen/marginal.less'; @import 'screen/content.less'; + @media (max-width: 1079px) + { + @import 'phone/packs.less'; + } } @media (max-width: (@maxtablet))