From 2bb14e9df60e581a184fd6d79af6f1412b16a811 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 3 Jan 2017 19:24:40 -0500 Subject: improve footer --- TODO.org | 1 - src/main.scss | 9 +++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/TODO.org b/TODO.org index 7855b7c..7257313 100644 --- a/TODO.org +++ b/TODO.org @@ -8,6 +8,5 @@ - alignment (justify) - external link (and wiki-style icon!) - move breadcrumbs -- single-space footer (and possible box) * wish - case insenstive URLs diff --git a/src/main.scss b/src/main.scss index 552fde2..80fbe6e 100644 --- a/src/main.scss +++ b/src/main.scss @@ -105,8 +105,13 @@ article { } footer { - margin: 0 2em; - font-size: smaller; + max-width: 6.5in; + margin: 0 auto; + padding: 1em 0; + font-size: 60%; + p { + margin: 0; + } } body.index { -- cgit v1.2.3-2-g168b