Skip to content

Commit

Permalink
fix(eligibility-index): radio button alignment - 1 col offset on lg/m…
Browse files Browse the repository at this point in the history
…d, 16px padding left on mobile
  • Loading branch information
machikoyasuda committed Jul 21, 2023
1 parent 3d3c65d commit 9ea5cde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<label for="{{ id }}" class="pb-4 h2">{% translate "eligibility.pages.index.label" %}</label>

<div {% if id %}id="{{ id }}"{% endif %} class="radio-container">
<div {% if id %}id="{{ id }}"{% endif %} class="ps-3 ps-md-0 ps-lg-0 offset-md-1 offset-lg-1 radio-container">
{% for group, options, index in widget.optgroups %}
{% if group %}
<div>
Expand Down

0 comments on commit 9ea5cde

Please sign in to comment.