Skip to content

Commit 94ba3f4

Browse files
committed
Tweak style of ifram section for Signup page
1 parent b24cbb9 commit 94ba3f4

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

db/docs/signup.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,22 @@ CoderDojo Zen での申請がまだお済みでない場合は、下記ページ
5858

5959
<br>
6060

61-
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSeq3k4q52gQgxf6emeqF9TYBXl_SxzhT87CUUoIc4uKNw2EYQ/viewform?embedded=true" width="100%" height="2400" frameborder="0" marginheight="0" marginwidth="0">読み込んでいます…</iframe>
61+
<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>
62+
63+
<style>
64+
iframe { height: 2650px; } /* Default height for desktop */
65+
/* Height adjustment for tablets
66+
@media (max-width: 768px) {
67+
iframe { height: 1000px; }
68+
}
69+
*/
70+
@media (max-width: 480px) { /* Height adjustment for mobile devices */
71+
iframe { height: 3200px; }
72+
}
73+
</style>
74+
75+
<blockquote><center><small>「送信」ボタン押下後、画面が真っ白になったらページ上部にスクロールしてください。</small></center></blockquote>
6276

6377
<style>
6478
small::before { content: '' !important };
6579
</style>
66-
<blockquote><center><small>✅ 「送信」ボタン押下後、画面が真っ白になったらページ上部にスクロールしてください。</small></center></blockquote>

0 commit comments

Comments
 (0)