diff --git a/themes/mytheme/assets/css/common/footer.css b/themes/mytheme/assets/css/common/footer.css index 6738b06..60ba16e 100644 --- a/themes/mytheme/assets/css/common/footer.css +++ b/themes/mytheme/assets/css/common/footer.css @@ -1,6 +1,6 @@ .footer, .top-link { - font-size: 12px; + font-size: 10px; color: var(--secondary); } @@ -9,7 +9,7 @@ margin: auto; padding: calc((var(--footer-height) - var(--gap)) / 2) var(--gap); text-align: center; - line-height: 24px; + line-height: 12px; } .footer span { diff --git a/themes/mytheme/layouts/partials/footer.html b/themes/mytheme/layouts/partials/footer.html index 2a876c6..70ffeb4 100644 --- a/themes/mytheme/layouts/partials/footer.html +++ b/themes/mytheme/layouts/partials/footer.html @@ -4,7 +4,7 @@ {{ site.Copyright | markdownify }} {{- else }} © Morgan ยท PaperMod -