1
Fork 0

Widen figures slightly

This commit is contained in:
Jake Howard 2020-04-12 22:24:47 +01:00
parent bef14d0367
commit 18a759dfc1
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -5,7 +5,7 @@
{{ define "img" }}
{{ $image := .Scratch.Get "image" }}
<img src='{{ $image.RelPermalink }}' class='{{ .Get "class" }}' alt="{{ .Inner | plainify }}" style="max-width: 60%;" />
<img src='{{ $image.RelPermalink }}' class='{{ .Get "class" }}' alt="{{ .Inner | plainify }}" style="max-width: 90%;" />
{{ end }}
{{ if .Inner }}