Rename paige-row-narrow to paige-row-short

This commit is contained in:
Will Faught
2025-02-07 00:14:48 -08:00
parent dfaf3957b1
commit 064e5227fe
5 changed files with 22 additions and 22 deletions

View File

@@ -22,15 +22,15 @@
{{ end }}
{{ with $copyright }}
<p class="paige-row-narrow text-center text-secondary" id="paige-copyright" {{ if $microdata }} itemprop="copyrightNotice" {{ end }}>{{ . }}</p>
<p class="paige-row-short text-center text-secondary" id="paige-copyright" {{ if $microdata }} itemprop="copyrightNotice" {{ end }}>{{ . }}</p>
{{ end }}
{{ with $license }}
<p class="paige-row-narrow text-center text-secondary" id="paige-license">{{ . }}</p>
<p class="paige-row-short text-center text-secondary" id="paige-license">{{ . }}</p>
{{ end }}
{{ with $credit }}
<p class="paige-row-narrow text-center text-secondary" id="paige-credit">{{ . }}</p>
<p class="paige-row-short text-center text-secondary" id="paige-credit">{{ . }}</p>
{{ end }}
{{ if $last }}