From 475f6540757400ce35311de20469570d69d9d09f Mon Sep 17 00:00:00 2001 From: erdgeist Date: Tue, 9 Aug 2016 05:51:52 +0200 Subject: Style footer line --- style.css | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 6cb7533..62751f7 100644 --- a/style.css +++ b/style.css @@ -47,7 +47,7 @@ html { min-height: 100%; height: auto !important; height: 100%; - margin: 0 auto -4em; + margin: 0 auto -160px; } h1 { @@ -244,7 +244,7 @@ ul { } .footer, .push { - height: 4em; + height: 160px; } .footer p { @@ -360,3 +360,21 @@ label input { max-height: 900px; transition: max-height 0.5s ease; } + +.credits { + margin-left: auto; + margin-right: auto; +} + +.partner img { + opacity: 0.5; +} + +.partner { + display: inline-block; + margin: 1em 0em 1em 0; +} + +.partner.ccc, .partner.freifunk { + margin-right: 10%; +} -- cgit v1.2.3