From 85489b4372ba6da80aa793db1e697fb8fc44f5c1 Mon Sep 17 00:00:00 2001 From: Koen Lageveen Date: Mon, 10 Jun 2019 11:28:10 +0200 Subject: [PATCH] tweak the footer, make it more simple --- index.css | 9 ++++++--- index.html | 8 ++------ 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/index.css b/index.css index 3cf5d5b..6ff6ed4 100644 --- a/index.css +++ b/index.css @@ -20,7 +20,6 @@ body { min-height: 100%; } h1 { - text-align: center; font-weight: 700; font-size: 14px; margin: 0; @@ -165,11 +164,12 @@ section.select-list .details { } footer { flex: 0; - padding: 10px 0; - text-align: center; + padding: 6px 10px; font-size: 10px; + text-align: center; background: #e4e4e4; color: #777; + line-height: 20px; } footer h1 + p { font-style: italic; @@ -178,6 +178,9 @@ footer a:hover, footer a:active { text-decoration: underline; } +footer svg { + margin-top: 4px; +} label { margin-right: .5ex; font-style: italic; diff --git a/index.html b/index.html index 4f81c6d..ee8f70e 100755 --- a/index.html +++ b/index.html @@ -179,15 +179,11 @@