Skip to content

Commit 7ef7454

Browse files
committed
fix spacing
1 parent 3e573ac commit 7ef7454

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

app/views/diy/qualifications/edit.html.erb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<p><%= t(".subtitle") %></p>
1212

13-
<div class="review-box spacing-above-35">
13+
<div class="review-box spacing-above-15">
1414
<p><strong><%= t(".qualifications.header") %></strong></p>
1515
<ul class="list--bulleted">
1616
<li><%= t(".qualifications.p1") %></li>
@@ -20,18 +20,18 @@
2020
</ul>
2121
</div>
2222

23-
<div class="review-box spacing-above-35">
23+
<div class="review-box spacing-above-15">
2424
<p><strong><%= t(".not_included.header") %></strong></p>
2525
<ul class="list--bulleted">
2626
<li><%= t(".not_included.p1") %></li>
2727
</ul>
2828
</div>
2929

30-
<%= link_to diy_file_yourself_path, class: "button button--primary button--wide text--centered spacing-above-35" do %>
30+
<%= link_to diy_file_yourself_path, class: "button button--primary button--wide text--centered spacing-above-60" do %>
3131
<%= t(".button_1") %>
3232
<% end %>
3333

34-
<%= link_to root_path(anchor: "service-comparison"), class: "button button--wide text--centered spacing-above-35" do %>
34+
<%= link_to root_path(anchor: "service-comparison"), class: "button button--wide text--centered spacing-above-15" do %>
3535
<%= t(".button_2") %>
3636
<% end %>
3737

app/views/questions/qualifications/edit.html.erb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<p><%= t("views.questions.qualifications.subtitle") %></p>
1111

12-
<div class="review-box spacing-above-35">
12+
<div class="review-box spacing-above-15">
1313
<p><strong><%= t("views.questions.qualifications.qualifications.header") %></strong></p>
1414
<ul class="list--bulleted">
1515
<li><%= t("views.questions.qualifications.qualifications.p1") %></li>
@@ -18,7 +18,7 @@
1818
</ul>
1919
</div>
2020

21-
<div class="review-box spacing-above-35">
21+
<div class="review-box spacing-above-15">
2222
<p><strong><%= t("views.questions.qualifications.not_included.header") %></strong></p>
2323
<ul class="list--bulleted">
2424
<li><%= t("views.questions.qualifications.not_included.p1") %></li>
@@ -27,11 +27,11 @@
2727
</ul>
2828
</div>
2929

30-
<%= link_to next_path, class: "button button--primary button--wide text--centered spacing-above-35" do %>
30+
<%= link_to next_path, class: "button button--primary button--wide text--centered spacing-above-60" do %>
3131
<%= t("views.questions.qualifications.button_1") %>
3232
<% end %>
3333

34-
<%= link_to root_path(anchor: "service-comparison"), class: "button button--wide text--centered spacing-above-35" do %>
34+
<%= link_to root_path(anchor: "service-comparison"), class: "button button--wide text--centered spacing-above-15" do %>
3535
<%= t("views.questions.qualifications.button_2") %>
3636
<% end %>
3737
</div>

0 commit comments

Comments
 (0)