From c4e7258d69ec8d170dd377dadb0071dc23c66a40 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Mon, 18 Oct 2021 17:29:39 -0500 Subject: [PATCH] Tweak formatting of the copyright footer --- assets/css/bobastyle.css | 8 ++++++-- layouts/_default/baseof.html | 7 ++++++- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/assets/css/bobastyle.css b/assets/css/bobastyle.css index 072bfe3..1a4e473 100644 --- a/assets/css/bobastyle.css +++ b/assets/css/bobastyle.css @@ -42,7 +42,7 @@ /* Header formatting (website title and article section headers) */ .top { - margin-left: 20px; + margin: 20px; } .header a, .section-header a { @@ -62,7 +62,11 @@ } .content, footer { - padding: 20px; + margin: 20px; +} + +footer { + text-align: center; } diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 0fb1a78..0119782 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -17,7 +17,12 @@ {{ with .Site.Copyright }} {{ end }}