File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -339,6 +339,19 @@ nav ul {
339339 z-index : 4 ;
340340}
341341
342+ section # questions .questions-form {
343+ width : 100% ;
344+ height : 0 ;
345+ padding-bottom : 82.25% ;
346+ position : relative;
347+ }
348+
349+ section # questions .questions-form iframe {
350+ position : absolute;
351+ width : 100% ;
352+ height : 100% ;
353+ }
354+
342355button .cta , .button .cta {
343356 background-image : linear-gradient (90deg , var (--theme-color ), var (--accent-color ));
344357 border-radius : 30px ;
Original file line number Diff line number Diff line change @@ -371,6 +371,9 @@ <h1>Questions?</h1>
371371 Please email or message any of the officers if you have additional questions. We are always happy to
372372 help!
373373 </ p >
374+ < div class ="questions-form ">
375+ < iframe src ="https://docs.google.com/forms/d/e/1FAIpQLSdj48P4koz9LpLaa0LQzk5AtcaOTXh8AwTLo5hNFh-ax7u5tA/viewform?embedded=true " frameborder ="0 " marginheight ="0 " marginwidth ="0 "> Loading…</ iframe >
376+ </ div >
374377 </ section >
375378 </ main >
376379 < script src ="js/index.js "> </ script >
You can’t perform that action at this time.
0 commit comments