X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Fscreen.less;h=e07a7e0088e722fed0b0857e6f9185241691f43a;hp=7102445c0b6150921b7e376f4a2de6030aeb03ac;hb=12aae24ef4ad214414d89f0b2b8bdd7484847163;hpb=5f04e60da58d3f37fbb2ad983ec7415ad54ff562 diff --git a/src/main/webapp/less/screen.less b/src/main/webapp/less/screen.less index 7102445c..e07a7e00 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)) { @@ -21,6 +23,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))