]> juplo.de Git - website/commitdiff
Abstand links des Marginal-Inhalts im Tablet-Layout korrigiert
authorKai Moritz <kai@juplo.de>
Wed, 12 Feb 2014 16:22:34 +0000 (17:22 +0100)
committerKai Moritz <kai@juplo.de>
Tue, 19 Jan 2016 16:45:41 +0000 (17:45 +0100)
src/main/webapp/less/tablet/layout.less

index b8407e0ca35c01381befc18a5f205b7235b074dc..9310108ad50ee3f483e97442bd67a8a59ff2c5db 100644 (file)
@@ -231,13 +231,15 @@ body.nomenu
 }
 .menu .content > .marginal > aside.m
 {
-  margin: 0 -12em 1em 17.5em;
+  margin: 0 -12em 1em 20em;
   @media (max-width: @maxsmalltablet)
   {
+    margin-left: 18.5em;
     margin-right: -13em;
   }
   @media (max-width: @maxsmallertablet)
   {
+    margin-left: 17.5em;
     margin-right: -14em;
   }
 }