Skip to content

Commit 0804d1b

Browse files
committed
各作品の CoderDojo 名から、各 CoderDojo の公式サイトへのリンクを付与した
1 parent e16f963 commit 0804d1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tasks/upsert_project_pages_by_data.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</a>
3737
<p>
3838
クリエイター: #{project[:creator]}
39-
(CoderDojo #{project[:coderdojo_at]})
39+
<small>(CoderDojo #{project[:coderdojo_at]})</small>
4040
</p>
4141
4242
<div class="contents">
@@ -88,8 +88,8 @@
8888
.box { width:auto; margin: 50px auto 30px; }
8989
.box h5 { text-align: left; }
9090
.box p { text-align: left; }
91-
.box a { color: #7e2639; }
92-
a.air { margin-bottom: 50px; }
91+
a { color: #7e2639; }
92+
a.air { margin-bottom: 50px; }
9393
a.air { text-decoration: none; }
9494
.contents{ width:auto; margin: 0 auto;padding:5px; }
9595
.main_content{

0 commit comments

Comments
 (0)