Restructure centered columns

This commit is contained in:
Will Faught
2022-09-15 00:05:57 -07:00
parent 4aa82dd850
commit 92dc9eef56
2 changed files with 25 additions and 21 deletions

View File

@@ -60,8 +60,10 @@
</main>
{{ if .Site.Copyright }}
<footer>
<div class="justify-content-center pb-3 row text-center">
<div class="col text-muted" style="max-width:100ch">{{ .Site.Copyright | markdownify }}</div>
<div class="justify-content-center row">
<div class="col col-auto">
<p class="text-muted" style="max-width:100ch">{{ .Site.Copyright | markdownify }}</p>
</div>
</div>
</footer>
{{ end }}