Tablet-Layout für kleinere Bildschirme überarbeitet
[website] / src / main / webapp / less / tablet.less
index 7bd3ac6..c7e57dd 100644 (file)
@@ -1,5 +1,8 @@
 @media screen and (min-width: @minscreen) and (max-width: @maxtablet)
 {
+  @import 'tablet/typo.less';
   @import 'tablet/layout.less';
+  @import 'tablet/head.less';
+  @import 'tablet/navigation.less';
   @import 'tablet/footer.less';
 }