Überschriftengrößen überarbeitet
[website] / src / main / webapp / less / screen.less
index e07a7e0..ba58223 100644 (file)
@@ -7,7 +7,6 @@
 
 @media (min-width: (@minscreen))
 {
-  @import 'screen/typo.less';
   @import 'screen/layout.less';
   @import 'screen/footer.less';
   @media (max-width: (@maxtablet))
@@ -15,6 +14,7 @@
     @import 'tablet/typo.less';
     @import 'tablet/layout.less';
     @import 'tablet/menu.less';
+    @import 'tablet/marginal.less';
     @import 'tablet/footer.less';
   }
 }
@@ -25,7 +25,7 @@
   @import 'screen/content.less';
   @media (max-width: 1079px)
   {
-    @import 'phone/packs.less';
+    @import 'screen/onecolumn.less';
   }
 }