I am trying to embed an iframe google document onto my page. The document embeds fine but for some reason some of the spacing gets completely messed up. Attached are two photos for reference:
Here is the iframe code I'm using:
<iframe width=100% height=1200 src="https://docs.google.com/document/d/e/2PACX-1vS8Zr1QqQ_I7S3dZ1VphOvNOJvDgcB3hCUTRFfi9Iy-GuASXEKNEK_f3hQx35bmmdAsgxAoVseNcpPi/pub?embedded=true" scrolling=no></iframe>
Any help would be greatly appreciated!
-Thank you