Skip to content

Commit

Permalink
fix(help): text is 8-md-col wide. button is offset 10
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Aug 1, 2023
1 parent 868cfbe commit 740f6c3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions benefits/core/templates/core/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
{% block main-content %}
<div class="container">
<div class="row justify-content-center">
<div class="col-10">
<div class="col-md-8 col-10">
<h1>{% translate "core.buttons.help" %}</h1>
</div>
</div>

<div class="row justify-content-center">
<div class="col-10">
<div class="col-md-8 col-10">
<h2 class="pt-8" id="what-is-cal-itp">{% translate "core.pages.help.about" %}</h2>
<p class="pt-4">{% translate "core.pages.help.about.p[0]" %}</p>
<p class="pt-4">{% translate "core.pages.help.about.p[1]" %}</p>
Expand Down Expand Up @@ -66,7 +66,7 @@ <h2 class="pt-8" id="questions">{% translate "core.pages.help.questions" %}</h2>
</div>

<div class="row justify-content-center">
<div class="col-10">
<div class="col-md-8 col-10">
{% if agency %}
{% include "core/includes/agency-links.html" %}
{% else %}
Expand All @@ -78,14 +78,14 @@ <h2 class="pt-8" id="questions">{% translate "core.pages.help.questions" %}</h2>
</div>

<div class="row pt-8">
<div class="col-lg-3 offset-lg-8 col-8 offset-2">
<div class="col-lg-2 offset-lg-10 col-8 offset-2">
{% translate "core.buttons.back" as button_text %}
{% include "core/includes/button--origin.html" with button_text=button_text %}
</div>
</div>

<div class="row justify-content-center">
<div class="col-8 col-lg-10 mt-4">
<div class="col-md-8 col-10 mt-4">
<p class="pt-4">
{% translate "core.pages.help.foss.text" %}
<a href="https://www.github.com/cal-itp/benefits" target="_blank" rel="noopener noreferrer">{% translate "core.pages.help.foss.link" %}</a>.
Expand Down

0 comments on commit 740f6c3

Please sign in to comment.