Skip to content

Commit

Permalink
Add padding to public lottery division headers
Browse files Browse the repository at this point in the history
This improves mobile display
  • Loading branch information
moveson committed Dec 2, 2023
1 parent df2e3ef commit 5f3166c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/lotteries/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
<div class="row">
<% @presenter.ordered_divisions.each do |division| %>
<%= turbo_stream_from division, :lottery_header, class: "d-none" %>
<div class="col-12 col-md-6 col-lg-4 col-xl">
<div class="col-12 col-md-6 col-lg-4 col-xl pb-3">
<h5 class="fw-bold"><%= division.name %></h5>
<%= render partial: "lottery_divisions/tickets_progress_bars", locals: { division: division, show_pre_selected: false } %>
</div>
Expand Down

0 comments on commit 5f3166c

Please sign in to comment.