Skip to content

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Ana Medrano Fernandez authored and Ana Medrano Fernandez committed Apr 2, 2024
1 parent 31bb09b commit 8e1de62
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 8e1de62

Please sign in to comment.