From 413597a6f3a25a610f5ec24ff5abea6c18e923e2 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Thu, 13 Feb 2014 09:48:14 +0100 Subject: [PATCH] Positionierung des Impressum-Links im Tablet-Layout korrigiert --- src/main/webapp/less/tablet/footer.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/less/tablet/footer.less b/src/main/webapp/less/tablet/footer.less index 1ab926b5..887229b7 100644 --- a/src/main/webapp/less/tablet/footer.less +++ b/src/main/webapp/less/tablet/footer.less @@ -2,7 +2,7 @@ { position: static; border-style: none; - margin: 4em 0 0 2em; + margin: 3.75em 0 0 2em; } .menu #footer > #footerlinks > li.f { -- 2.20.1