From 85f5f7ddeb89c135fb030fc12bf5bc45906fbfc1 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Thu, 15 Dec 2016 23:59:21 -0500 Subject: [PATCH] Minor footer tweak. --- static/main.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/main.css b/static/main.css index 6e9cebd..931b006 100644 --- a/static/main.css +++ b/static/main.css @@ -55,6 +55,8 @@ header { footer { font-size: 85%; + text-align: center; + color: #BABABA; border-top-width: 1px; border-top-style: solid; }