trying to prevent the featured image from extending too far on mobile

This commit is contained in:
Greg Gauthier 2022-01-04 10:34:39 +00:00
parent df64f03816
commit 520d44b13e
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<time><em>Updated: {{ .Lastmod.Format "02 Jan 2006, 15:04" }} </em></time>
</div>
{{ if isset .Params "image" }}
<div>
<div style="width:100%">
<img class="featured-image" src="{{ $.Site.Params.blogCdnUrl }}{{ with .Params.image }}{{ . }}{{ end }}"/>
</div>
{{ else }}