Skip to content

Commit

Permalink
Merge pull request #193 from codeforamerica/fix-how-this-works
Browse files Browse the repository at this point in the history
fix spacing
  • Loading branch information
analoo authored Apr 2, 2024
2 parents 5411d00 + 8e1de62 commit d118bdb
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
<main id="content" role="main" class="form-card spacing-above-35">
<th:block th:replace="~{fragments/icons :: prepareToApply}"></th:block>
<th:block
th:replace="~{fragments/cardHeader :: cardHeader(header=#{how-this-works.header})}"/>
<p th:utext="#{how-this-works.subtext}"></p>
th:replace="~{fragments/cardHeader :: cardHeader(header=#{how-this-works.header}, subtext=#{how-this-works.subtext})}"/>
<p th:utext="#{how-this-works.we-will-ask}"></p>
<ul class="list--bulleted spacing-below-60">
<li th:text="#{how-this-works.we-will-ask-l1}"></li>
Expand Down

0 comments on commit d118bdb

Please sign in to comment.