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