Skip to content

Commit 505c57e

Browse files
committed
ボタンセクションの下部マージンを拡大
margin-bottom を 40px から 100px に変更し、ボタンと道場一覧の間隔を広げた。 コードの可読性向上のため空行を追加。
1 parent 6e8b36f commit 505c57e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

app/views/home/show.html.erb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,8 @@
163163
<br class="ignore-sp">
164164
参加方法は各道場のWebサイトに記載されています
165165
</p>
166-
<div class="btn-cover" style="margin-bottom: 40px;">
166+
167+
<div class="btn-cover" style="margin-bottom: 100px;">
167168
<a class="btn-blue" href="<%= dojomap_url %>">
168169
<i class="far fa-map-marked"></i>
169170
地図情報から探す
@@ -173,6 +174,7 @@
173174
近日開催から探す
174175
</a>
175176
</div>
177+
176178
<%= render partial: 'shared/dojos', locals: { regions_and_dojos: @regions_and_dojos } %>
177179
</section>
178180

0 commit comments

Comments
 (0)