Skip to content

Commit daade5e

Browse files
committed
表の text-align がなるべく縦で揃うように調整した
1 parent c21fd3e commit daade5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/views/dojos/show.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<section id="events" class="text-center" style="margin-bottom: 100px;">
1111
<br>
1212
<h1>☯️
13-
CoderDojo <%= @dojo.name %> の統計情報<br><small>(公開情報のみ掲載)</small>
13+
CoderDojo <%= @dojo.name %> - 統計情報<br><small>(公開情報のみ掲載)</small>
1414
</h1>
1515
<br>
1616
<p style="margin: 0 0px 40px 10px; line-height: 1.5em;">
@@ -55,7 +55,7 @@
5555
<td style="padding: 1px 10px 1px 10px; text-align: right;">
5656
<small><%= event[:evented_at].strftime("%F") %></small>
5757
</td>
58-
<td style="padding: 1px 10px 1px 10px;">
58+
<td style="padding: 1px 10px 1px 10px; text-align: right;">
5959
<small><%= event[:participants] %></small>
6060
</td>
6161
<td style="padding: 1px 10px 1px 10px; text-align: left;">

0 commit comments

Comments
 (0)