Use mw-100 class

This commit is contained in:
Will Faught
2022-12-16 16:49:48 -08:00
parent e97b73c47a
commit f76a9bb334

View File

@@ -4,12 +4,12 @@
{{ partial "paige-date.html" . }}
{{ with .Params.stretch }}
<p>
<div class="rounded-4 shadow" style="background-image: url('{{ relLangURL . }}'); background-position: center; background-size: cover; height: 20rem; max-width: 100%"></div>
<div class="mw-100 rounded-4 shadow" style="background-image: url('{{ relLangURL . }}'); background-position: center; background-size: cover; height: 20rem"></div>
</p>
{{ end }}
{{ with .Params.center }}
<p class="text-center">
<img class="rounded-4 shadow" src="{{ relLangURL . }}" style="max-height: 20rem; max-width: 100%">
<img class="mw-100 rounded-4 shadow" src="{{ relLangURL . }}" style="max-height: 20rem">
</p>
{{ end }}
{{ with .Params.greeting }}