File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -58,9 +58,22 @@ CoderDojo Zen での申請がまだお済みでない場合は、下記ページ
58
58
59
59
<br >
60
60
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 >
62
76
63
77
<style >
64
78
small ::before { content : ' ' !important };
65
79
</style >
66
- <blockquote ><center ><small >✅ 「送信」ボタン押下後、画面が真っ白になったらページ上部にスクロールしてください。</small ></center ></blockquote >
You can’t perform that action at this time.
0 commit comments