X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Fscreen.less;h=ba58223e3f3cf6d482b4d9b89ce88ab8cb2bcdd1;hp=2736a1f4bd35691cee0cb5d8d2a7a8b41db8b75c;hb=40f9a579c5324f56a938e262fe8c708228cf6c83;hpb=6edf003077fec1ebcc3dbdcf94f6ba04fa64a349 diff --git a/src/main/webapp/less/screen.less b/src/main/webapp/less/screen.less index 2736a1f4..ba58223e 100644 --- a/src/main/webapp/less/screen.less +++ b/src/main/webapp/less/screen.less @@ -7,7 +7,6 @@ @media (min-width: (@minscreen)) { - @import 'screen/typo.less'; @import 'screen/layout.less'; @import 'screen/footer.less'; @media (max-width: (@maxtablet)) @@ -26,7 +25,7 @@ @import 'screen/content.less'; @media (max-width: 1079px) { - @import 'phone/packs.less'; + @import 'screen/onecolumn.less'; } }