limit size of contact form iframe
All checks were successful
Hugo / build (push) Successful in 10s

This commit is contained in:
brooke 2024-07-15 14:41:54 -04:00
parent 7cc1aada57
commit bdff120ac5
2 changed files with 3 additions and 3 deletions

View file

@ -1,3 +1,3 @@
{{ if .Params.contact }}
{{ .Params.frame | safeHTML }}
<div class="max-w-[700px]">{{ .Params.frame | safeHTML }}</div>
{{ end }}

File diff suppressed because one or more lines are too long