X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Ftablet%2Ffooter.less;h=bfb951d62623ad446b1c28015830255e1af88486;hp=ffe169550a65bc6a6ce91df8feb2f2959b5cbcad;hb=cea459bf2e32af5de46af1c61c8c69f415b19f40;hpb=e3a5f3a574efde4117da8715eb1d293610d3a171 diff --git a/src/main/webapp/less/tablet/footer.less b/src/main/webapp/less/tablet/footer.less index ffe16955..bfb951d6 100644 --- a/src/main/webapp/less/tablet/footer.less +++ b/src/main/webapp/less/tablet/footer.less @@ -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 {