X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Ftiny.less;h=13132b050e8dac0a3bc8e88edb05b05750d812c9;hp=3d339444e97cf5e5f6192a1991dd5bc5465a772a;hb=687c0f2b0e183abdbfcd5e262d2ba7977d910a28;hpb=9e2bb4db1565e17eda1847b6a82ad819bdb32203 diff --git a/src/main/webapp/less/tiny.less b/src/main/webapp/less/tiny.less index 3d339444..13132b05 100644 --- a/src/main/webapp/less/tiny.less +++ b/src/main/webapp/less/tiny.less @@ -1,5 +1,4 @@ -@media screen and (max-width: @maxtiny) +@media (max-width: @maxtiny) { - @import 'tiny/typo.less'; - @import 'tiny/navigation.less'; + @import 'tiny/layout.less'; }