Skip to content

Commit

Permalink
fix width
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisa LaRochelle committed Oct 9, 2024
1 parent 42f116a commit 646e5be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
layout: default
---
<div>
<iframe id="iframe" src="https://docs.google.com/forms/d/e/1FAIpQLScAciegrB3AisEPi1sZqbF6vIYWF3J8amAldw7hW0M8uZx9-g/viewform?embedded=true" width="640" height="1530" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
<iframe id="iframe" src="https://docs.google.com/forms/d/e/1FAIpQLScAciegrB3AisEPi1sZqbF6vIYWF3J8amAldw7hW0M8uZx9-g/viewform?embedded=true" width="100%" height="1530" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
</div>

0 comments on commit 646e5be

Please sign in to comment.