File tree Expand file tree Collapse file tree 1 file changed +19
-4
lines changed Expand file tree Collapse file tree 1 file changed +19
-4
lines changed Original file line number Diff line number Diff line change 76
76
%b Dojos
77
77
%span{style: 'font-size: 10px;'} (非アクティブになった道場も含まれています)
78
78
79
- #table-target{align: 'center', style: 'margin-top: 50px; scroll-margin-top: 80px;'}
79
+
80
+ :css
81
+ .table-container {
82
+ overflow-x: auto;
83
+ -webkit-overflow-scrolling: touch; /* iOSでのスムーズスクロール */
84
+ max-width: 99%; /* 横幅を画面サイズに合わせる */
85
+ margin: auto 5px;
86
+ }
87
+
88
+ %div #table-target {align: 'center', style: 'margin-top: 50px; scroll-margin-top: 80px;'}
80
89
%b
81
90
%a{href: '#table-target'} 🔍
82
91
集計対象と集計割合の推移
92
+
93
+ %div.table-container
83
94
%table.compact{style: 'margin-top: 10px;', border: '1'}
84
95
%tr
85
96
%th
110
121
※
111
122
非アクティブになった道場も含まれています
112
123
113
- #table-actual{align: 'center', style: 'margin-top: 50px; scroll-margin-top: 80px;'}
124
+
125
+ %div#table-actual{align: 'center', style: 'margin-top: 50px; scroll-margin-top: 80px;'}
114
126
%b
115
127
%a{href: '#table-actual'} ☯️
116
128
開催回数と参加者数の推移
129
+
130
+ %div.table-container
117
131
%table.compact{style: 'margin-top: 10px;', border: '1'}
118
132
%tr
119
133
%th
148
162
%a{href: '#graph'}<> 冒頭の推移グラフ
149
163
を表にしたデータです
150
164
151
- #table-estimate {align: 'center', style: 'margin-top: 50px; scroll-margin-top: 80px;'}
165
+ % div #table-estimate {align: 'center', style: 'margin-top: 50px; scroll-margin-top: 80px;'}
152
166
%b
153
167
%a{href: '#table-estimate'} 💭
154
168
開催回数と参加者数の見込み
169
+ %div.table-container
155
170
%table.compact{style: 'margin-top: 10px;', border: '1'}
156
171
%tr
157
172
%th
239
254
%li
240
255
%a{href: " https://bit.ly/coderdojo-japan-stats-future-works" } 統計情報に関する『これから』の開発 - GitHub
241
256
%li
242
- %a{href: " https://bit.ly/coderdojo-japan-stats-data-sheet" } 日本の CoderDojo (財団 & Japan) - Spreadsheet
257
+ %a{href: " https://bit.ly/coderdojo-japan-stats-data-sheet" } 日本の CoderDojo (財団& Japan) - Spreadsheet
243
258
%br/
244
259
245
260
:css
You can’t perform that action at this time.
0 commit comments