We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40ec66c commit 965caafCopy full SHA for 965caaf
db/docs/signup.md
@@ -61,14 +61,14 @@ CoderDojo の立ち上げ申請がまだお済みでない場合は、下記ペ
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 */
+ iframe { height: 2900px; } /* 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; }
+ iframe { height: 3250px; }
72
73
</style>
74
0 commit comments