diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index e89c200fc819986f967e4db848b507505e7668be..f45d322c43d27c930124075e598d043c27133d69 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -17,14 +17,14 @@
         {{ end }}
       </div>
       <div class="col-12 col-sm-4 text-center py-2 order-sm-2">
-        <p>
+        <small>
         {{ with $links }}
         {{ with index . "image"}}
         {{ template "footer-center-block" .}}
         {{ end }}
         {{ end }}
-        </p>
-        {{ with .Site.Params.copyright }}<small class="text-white">&copy; {{ now.Year}} {{ .}} {{ T "footer_all_rights_reserved" }}</small>{{ end }}
+        </small>
+        {{ with .Site.Params.copyright }}<p class="text-white">&copy; {{ now.Year}} {{ .}} {{ T "footer_all_rights_reserved" }}</p>{{ end }}
 	{{ if not .Site.Params.ui.footer_about_disable }}
 		<!-- {{ with .Site.GetPage "about" }}<p class="mt-2"><a href="{{ .RelPermalink }}">{{ .Title }}</a></p>{{ end }} -->
 	{{ end }}
diff --git a/themes/docsy b/themes/docsy
index 604e27f7caa5dcb6f9f46dd37badd18477fafe7f..c9e2c5af976fdc6f8d3c376e89ee38b61f8d2b79 160000
--- a/themes/docsy
+++ b/themes/docsy
@@ -1 +1 @@
-Subproject commit 604e27f7caa5dcb6f9f46dd37badd18477fafe7f
+Subproject commit c9e2c5af976fdc6f8d3c376e89ee38b61f8d2b79