X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Fscreen.less;h=5a81cba06e2e2c415b1e343da8c0fa5a77478bee;hb=351e86a9d261f56630181dfb2d15eb7337bfd682;hp=1b6a0310d07a3498d35b59fe294ccaf894fed538;hpb=292ac623176fa0579d3c81bfb3fc459eb9327f4e;p=website diff --git a/src/main/webapp/less/screen.less b/src/main/webapp/less/screen.less index 1b6a0310..5a81cba0 100644 --- a/src/main/webapp/less/screen.less +++ b/src/main/webapp/less/screen.less @@ -2,13 +2,14 @@ @import 'screen/menu.less'; @import 'screen/footer-sticky.less'; @import 'screen/wip.less'; +@import 'screen/packs.less'; -@media (min-width: @minscreen) +@media (min-width: (@minscreen)) { @import 'screen/typo.less'; @import 'screen/layout.less'; @import 'screen/footer.less'; - @media (max-width: @maxtablet) + @media (max-width: (@maxtablet)) { @import 'tablet/typo.less'; @import 'tablet/layout.less'; @@ -16,20 +17,24 @@ @import 'tablet/footer.less'; } } -@media (min-width: @maxtablet + 1) +@media (min-width: (@mindesktop)) { @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) +@media (max-width: (@maxtablet)) { @import 'tablet/head.less'; @import 'tablet/404.less'; } -@media (max-width: @maxphone) +@media (max-width: (@maxphone)) { @import 'phone/typo.less'; @import 'phone/layout.less'; @@ -40,7 +45,7 @@ @import 'phone/404.less'; } -@media (max-width: @maxtiny) +@media (max-width: (@maxtiny)) { @import 'tiny/layout.less'; @import 'tiny/404.less';