From ad5c40b02b73cdb6d794baa39bf7efa2a30c73e7 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Thu, 6 Apr 2023 00:18:18 -0500 Subject: [PATCH] Use CSS to set footer font size instead of --- assets/css/bobastyle.css | 1 + layouts/_default/baseof.html | 14 ++++++-------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/assets/css/bobastyle.css b/assets/css/bobastyle.css index e954c1a..7f4a1cb 100644 --- a/assets/css/bobastyle.css +++ b/assets/css/bobastyle.css @@ -187,6 +187,7 @@ body { footer { margin-top: 20px; text-align: center; + font-size: smaller; } footer p { diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 4dabd0f..68988b4 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -24,15 +24,13 @@ {{ if or .Site.Copyright .Site.Params.footer }} {{ end }}