Skip to content

Commit 965caaf

Browse files
committed
Tweak iframe height of Google Form in Signup page
1 parent 40ec66c commit 965caaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

db/docs/signup.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ CoderDojo の立ち上げ申請がまだお済みでない場合は、下記ペ
6161
<iframe id="google-form" src="https://docs.google.com/forms/d/e/1FAIpQLSeq3k4q52gQgxf6emeqF9TYBXl_SxzhT87CUUoIc4uKNw2EYQ/viewform?embedded=true" width="100%" height="2600" frameborder="0" marginheight="0" marginwidth="0">読み込んでいます…</iframe>
6262

6363
<style>
64-
iframe { height: 2650px; } /* Default height for desktop */
64+
iframe { height: 2900px; } /* Default height for desktop */
6565
/* Height adjustment for tablets
6666
@media (max-width: 768px) {
6767
iframe { height: 1000px; }
6868
}
6969
*/
7070
@media (max-width: 480px) { /* Height adjustment for mobile devices */
71-
iframe { height: 3200px; }
71+
iframe { height: 3250px; }
7272
}
7373
</style>
7474

0 commit comments

Comments
 (0)