diff --git a/assets/css/bobastyle.css b/assets/css/bobastyle.css index faa59d7..4d22809 100644 --- a/assets/css/bobastyle.css +++ b/assets/css/bobastyle.css @@ -302,13 +302,13 @@ body { max-width: calc(720px + 2 * var(--page-margin)); /* padding is included in the element's width */ } -footer { +.site-footer { margin: var(--page-margin) 0; text-align: center; font-size: smaller; } -footer p { +.site-footer p { margin: 0; } diff --git a/layouts/baseof.html b/layouts/baseof.html index 87d4e25..f8e32df 100644 --- a/layouts/baseof.html +++ b/layouts/baseof.html @@ -20,7 +20,7 @@ {{ if or .Site.Copyright .Site.Params.footer }} -