Marginal-Box auf fast leeren einspaltigen Seiten korrigiert
[website] / src / main / webapp / less / tablet / footer.less
index ffe1695..bfb951d 100644 (file)
@@ -1,20 +1,30 @@
 .cols_1 > #footer
 {
-  padding: 2em 3em 1.5em 5em;
+  padding: 0 3em 1.5em 5em;
   @media (max-width: @maxsmalltablet)
   {
-    padding: 1.5em 2em 1em 3em;
+    padding: 0 2em 1em 3em;
   }
   @media (max-width: @maxsmallertablet)
   {
-    padding: 1em 1em .75em 2.5em;
+    padding: 0 1em .75em 2.5em;
   }
   background-color: @heller;
 }
 .cols_1 > #footer > #footerlinks
 {
   position: static;
-  border-style: none;
+  margin: -.125em;
+  padding-top: 1.5em;
+  @media (max-width: @maxsmalltablet)
+  {
+    padding-top: 1em;
+  }
+  @media (max-width: @maxsmallertablet)
+  {
+    padding-top: .5em;
+  }
+  border-top: .125em solid @hintergrund;
 }
 .cols_1 > #footer > #footerlinks > li.f
 {