File tree Expand file tree Collapse file tree 4 files changed +13
-83
lines changed Expand file tree Collapse file tree 4 files changed +13
-83
lines changed Original file line number Diff line number Diff line change 30
30
counter-reset : doc- chapter;
31
31
position : relative ;
32
32
font-family : serif ;
33
+ line-height : 2.0em ;
33
34
}
34
35
.doc > h1 {
35
36
text-align : center ;
36
- line-height : 1.5em ;
37
+ margin-bottom : 40px ;
38
+ line-height : 2.0em ;
37
39
}
38
40
.doc > h1 :first-child {
39
41
margin-top : 0 ;
40
42
}
41
43
.doc > h2 {
42
44
counter-reset : doc- paragraph;
43
45
counter-increment : doc- chapter;
44
- margin-top : 1.2em ;
45
- }
46
- .doc > h2 ::before {
47
- // content: "\7B2C" counter(doc-chapter) "\6761\FF08";
48
- }
49
- .doc > h2 ::after {
50
- // content: "\FF09";
46
+ padding-top : 40px ;
47
+ margin-top : 1.2em ;
48
+ margin-bottom : 20px ;
51
49
}
52
50
.doc > h3 {
53
- line-height : 1.7em ;
54
- margin-top : 1.2em ;
51
+ padding-top : 40px ;
52
+ margin-top : 1.2em ;
53
+ margin-bottom : 20px ;
54
+ line-height : 2.0em ;
55
55
}
56
56
.doc > p {
57
57
counter-increment : doc- paragraph;
58
58
text-indent : 0em ;
59
59
padding-left : 1em ;
60
- line-height : 1.7 em ;
60
+ line-height : 2.0 em ;
61
61
}
62
62
.doc > h1 + p ,
63
63
.doc > h2 + p ,
119
119
border : 1px solid black ;
120
120
padding : .5em 1.5em ;
121
121
margin : 1em 0 1.5em ;
122
+
123
+ small { line-height : 2.0em ; }
122
124
}
123
125
.doc > ol > li > ul {
124
126
list-style : none ;
Original file line number Diff line number Diff line change 2
2
3
3
一般社団法人 CoderDojo Japan では、全国{{ NUM_OF_JAPAN_DOJOS }}ヶ所以上ある非営利のプログラミング道場「CoderDojo」の活動の輪を広げ、より一層楽しいものにしていくために、以下の事業を行っております。
4
4
5
- <style type =" text/css " >
6
- section .doc h1 {
7
- margin-bottom : 40px ;
8
- line-height : 2.0em ;
9
- }
10
- section .doc h2 ,
11
- section .doc h3 {
12
- padding-top : 40px ;
13
- margin-bottom : 20px ;
14
- line-height : 2.0em ;
15
- }
16
-
17
- section .doc p {
18
- line-height : 2.0em ;
19
- }
20
-
21
- blockquote small {
22
- line-height : 2.0em ;
23
- }
24
- </style >
25
-
26
5
<br >
27
6
28
7
- (1) 日本国内の「CoderDojo」の設立及び運営の支援
Original file line number Diff line number Diff line change 2
2
3
3
本パートナーシップにご興味を持って頂きありがとうございます。本ページでは CoderDojo の活動状況をご紹介させて頂きながら、貴社で行われている事業と継続的にご協力していけないかをご提案させて頂いております。
4
4
5
- <style type =" text/css " >
6
- section .doc h1 {
7
- margin-bottom : 40px ;
8
- line-height : 2.0em ;
9
- }
10
- section .doc h2 ,
11
- section .doc h3 {
12
- padding-top : 40px ;
13
- margin-bottom : 20px ;
14
- line-height : 2.0em ;
15
- }
16
-
17
- section .doc p {
18
- line-height : 2.0em ;
19
- }
20
-
21
- h2 #faq {
22
- text-align : center ;
23
- }
24
-
25
- blockquote small {
26
- line-height : 2.0em ;
27
- }
28
- </style >
29
-
30
5
31
6
## [ ☯️] ( #coderdojo-is ) CoderDojo とは? {#coderdojo-is}
32
7
Original file line number Diff line number Diff line change @@ -171,29 +171,3 @@ We occasionally host guests from overseas at our co-working and shared-office sp
171
171
<script src =' https://apis.google.com/js/platform.js ' ></script >
172
172
</div >
173
173
</div >
174
-
175
-
176
- <style type =" text/css " >
177
- section .doc h1 {
178
- margin-bottom : 40px ;
179
- line-height : 2.0em ;
180
- }
181
- section .doc h2 ,
182
- section .doc h3 {
183
- padding-top : 40px ;
184
- margin-bottom : 20px ;
185
- line-height : 2.0em ;
186
- }
187
-
188
- section .doc p {
189
- line-height : 2.0em ;
190
- }
191
-
192
- h2 #faq {
193
- text-align : center ;
194
- }
195
-
196
- blockquote small {
197
- line-height : 2.0em ;
198
- }
199
- </style >
You can’t perform that action at this time.
0 commit comments