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 }}