Skip to content

Commit 260fdb6

Browse files
committed
Fix typo: s/sponser/sponsor/ and tweak code layout in the section
1 parent e5072da commit 260fdb6

File tree

2 files changed

+18
-29
lines changed

2 files changed

+18
-29
lines changed

app/assets/stylesheets/custom.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ div #README{
3737
.snsb iframe {
3838
margin: 0 !important;
3939
}
40-
.sponsers_logo {
40+
.sponsors_logo {
4141
ul{
4242
padding: 0;
4343
margin: 0;
@@ -66,14 +66,14 @@ div #README{
6666
}
6767

6868
@media only screen and (max-width:720px) {
69-
.sponsers_logo{
69+
.sponsors_logo{
7070
li{
7171
width: 46%;
7272
}
7373
}
7474
}
7575
@media only screen and (max-width:560px) {
76-
.sponsers_logo{
76+
.sponsors_logo{
7777
li{
7878
width: 90%;
7979
}

app/views/custom_widget/show.html.erb

Lines changed: 15 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -109,32 +109,21 @@
109109
<p>「これまでの成り立ちを知りたい」「地元で道場を立ち上げてみたい」といった場合には <a href="/kata">CoderDojo Kata</a> を参照してみてください。</p>
110110
</section>
111111
</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>
138127
</div>
139128
<div class="text-center grayscale-bg">
140129
<section class='detail-introduction'>

0 commit comments

Comments
 (0)