From 83b167bcd418ec42dd8843f813911cce5397831f Mon Sep 17 00:00:00 2001 From: Adam Burgess Date: Tue, 6 Jul 2021 19:18:00 +1000 Subject: [PATCH] Align the footer. --- index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.html b/index.html index e8fa52d..da289ad 100644 --- a/index.html +++ b/index.html @@ -86,6 +86,10 @@ footer { text-align: right; font-style: italic; + max-width: 700px; + + margin-left: -8px; + margin-right: -8px; } a {