Limit max width for page items

This commit is contained in:
Will Faught
2024-05-29 22:46:45 -07:00
parent 4a80de906e
commit 5ed00500db
3 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@
{{ $commiturl = printf ($page.Param "paige.git.commit_url") $page.GitInfo.Hash }}
{{ end }}
<div id="paige-metadata">
<div class="mw-100" id="paige-metadata">
{{ with $title }}
<h1 class="fw-bold text-center" id="paige-title">{{ if $link }}<a href="{{ $link }}">{{ . }}</a>{{ else }}{{ . }}{{ end }}</h1>
{{ end }}