From 567c117fe18fd87d0f903e913c05299b2c12cbec Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Mon, 21 Nov 2016 20:05:59 +0100 Subject: downsize the footer --- _static/css/styles.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '_static/css/styles.css') diff --git a/_static/css/styles.css b/_static/css/styles.css index 295e152..1b1358c 100644 --- a/_static/css/styles.css +++ b/_static/css/styles.css @@ -323,8 +323,9 @@ footer { position: absolute; bottom: 0; width: 100%; - padding-top: 1em; - padding-bottom: 1em; + padding-top: 0.8em; + padding-bottom: 0.8em; + font-size: 0.8em; } footer a { color: #ddd; } -- cgit v1.2.3