Fix bubble issue on CHrome

This commit is contained in:
2021-06-01 10:51:24 +02:00
parent f38ff28f4b
commit 77be0be153
8 changed files with 113 additions and 12 deletions

View File

@@ -3,7 +3,7 @@
{{if (isset .Params "titleimg")}}
{{$titleimg := resources.Get .Params.titleimg}}
<div class="bg-primary p-t-100 p-b-100 ta-c">
<img class="max-x-300" src="{{$titleimg.Permalink}}" alt="{{.Title}}" />
<img class="max-w-300" src="{{$titleimg.Permalink}}" alt="{{.Title}}" />
</div>
{{end}}