File tree Expand file tree Collapse file tree 2 files changed +18
-29
lines changed Expand file tree Collapse file tree 2 files changed +18
-29
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ div #README{
37
37
.snsb iframe {
38
38
margin : 0 !important ;
39
39
}
40
- .sponsers_logo {
40
+ .sponsors_logo {
41
41
ul {
42
42
padding : 0 ;
43
43
margin : 0 ;
@@ -66,14 +66,14 @@ div #README{
66
66
}
67
67
68
68
@media only screen and (max-width :720px ) {
69
- .sponsers_logo {
69
+ .sponsors_logo {
70
70
li {
71
71
width : 46% ;
72
72
}
73
73
}
74
74
}
75
75
@media only screen and (max-width :560px ) {
76
- .sponsers_logo {
76
+ .sponsors_logo {
77
77
li {
78
78
width : 90% ;
79
79
}
Original file line number Diff line number Diff line change 109
109
< p > 「これまでの成り立ちを知りたい」「地元で道場を立ち上げてみたい」といった場合には < a href ="/kata "> CoderDojo Kata</ a > を参照してみてください。</ p >
110
110
</ section >
111
111
</ div >
112
- < div >
113
- < section class ='detail-introduction sponsers_logo text-center '>
114
- < h2 > スポンサー</ h2 >
115
- < ul >
116
- < li >
117
- < a href ="https://case-shinjuku.com/ ">
118
- <%= image_tag "case-shinjuku_logo.png" %>
119
- </ a >
120
- </ li >
121
- < li >
122
- < a href ="http://www.osscafe.net/ja/ ">
123
- <%= image_tag "osscafe_logo.png" %>
124
- </ a >
125
- </ li >
126
- < li >
127
- < a href ="https://scrivito.com/ ">
128
- <%= image_tag "scrivito_logo.png" %>
129
- </ a >
130
- </ li >
131
- < li >
132
- < a href ="https://yasslab.jp/ ">
133
- <%= image_tag "yasslab_logo.png" %>
134
- </ a >
135
- </ li >
136
- </ ul >
137
- </ section >
112
+
113
+ < div >
114
+ < section class ='detail-introduction sponsors_logo text-center '>
115
+ < h2 > スポンサー</ h2 >
116
+ < ul >
117
+ < li > < a href ="https://case-shinjuku.com/ ">
118
+ <%= image_tag "case-shinjuku_logo.png" %> </ a > </ li >
119
+ < li > < a href ="http://www.osscafe.net/ja/ ">
120
+ <%= image_tag "osscafe_logo.png" %> </ a > </ li >
121
+ < li > < a href ="https://scrivito.com/ ">
122
+ <%= image_tag "scrivito_logo.png" %> </ a > </ li >
123
+ < li > < a href ="https://yasslab.jp/ ">
124
+ <%= image_tag "yasslab_logo.png" %> </ a > </ li >
125
+ </ ul >
126
+ </ section >
138
127
</ div >
139
128
< div class ="text-center grayscale-bg ">
140
129
< section class ='detail-introduction '>
You can’t perform that action at this time.
0 commit comments