X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Fscreen.less;h=29f8e788534f460f2d2355fbec29e2a4be7cf7a7;hp=1b641924449b43fcb8e761c919dbf44592a25b09;hb=58b35732c61d7d93b17723990f3c1f580bb92231;hpb=b89d89ff6c29e6edab9b68c7ce4757b627148802 diff --git a/src/main/webapp/less/screen.less b/src/main/webapp/less/screen.less index 1b641924..29f8e788 100644 --- a/src/main/webapp/less/screen.less +++ b/src/main/webapp/less/screen.less @@ -26,6 +26,7 @@ @media (max-width: @maxtablet) { @import 'tablet/head.less'; + @import 'tablet/404.less'; } @media (max-width: @maxphone) @@ -35,9 +36,11 @@ @import 'phone/head.less'; @import 'phone/menu.less'; @import 'phone/footer.less'; + @import 'phone/404.less'; } @media (max-width: @maxtiny) { @import 'tiny/layout.less'; + @import 'tiny/404.less'; }