Skip to content

Commit 214558d

Browse files
author
Stephen McCarthy
authored
Merge pull request #7 from alphagov/PP-1751_fix_support_page
PP-1751 Fix indentation of support page + small fixes
2 parents e7da067 + c439d0e commit 214558d

4 files changed

Lines changed: 9 additions & 8 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# If you find yourself ignoring temporary files generated by your text editor
44
# or operating system, you probably want to add a global ignore instead:
55
# git config --global core.excludesfile ~/.gitignore_global
6-
6+
/.idea/*
77
# Ignore bundler config
88
/.bundle
99

source/index.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
<section class="content-section content-section--with-top-border">
117117
<h2 class="content-section__title">Contact the team</h2>
118118

119-
<p><a href="https://gds-payments.gelato.io/docs/versions/1.0.0/support-contact-and-more-information">Contact the team</a> to create an account and test GOV.UK Pay or ask a question.</p>
119+
<p><a href="/support.html">Contact the team</a> to create an account and test GOV.UK Pay or ask a question.</p>
120120

121121
<p>GOV.UK Pay is built and supported by a full time team at the Government Digital Service.
122122
The service manager is Till Wirth.</p>

source/pay-product-page/stylesheets/modules/_hero-button.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ a.hero-button {
2121
@include bold-24;
2222
@include box-shadow(0 2px 0 darken($govuk-blue, 10%));
2323

24-
background-image: file-url('/images/hero-button/arrow.png');
24+
background-image: file-url('/pay-product-page/images/hero-button/arrow.png');
2525
background-size: 20px;
2626
background-repeat: no-repeat;
2727
background-position: 95% 50%;

source/support.html.erb

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ title: GOV.UK Pay support
1818

1919
<div class="container">
2020
<div class="grid-row">
21-
21+
<div class="column-two-thirds">
2222
<h1 id="heading-1">GOV.UK Pay support</h1>
2323
<p>To learn more about GOV.UK Pay, contact the team at:</p>
2424

@@ -27,13 +27,14 @@ title: GOV.UK Pay support
2727
<h2 id="heading-medium">New requests</h2>
2828
<p>Email us with:</p>
2929
<ul class="list list-bullet">
30-
<li>your name, email address and phone number</li>
31-
<li>your government organisation name</li>
32-
<li>a brief description of your service</li>
33-
<li>a link to your online service if you have one</li>
30+
<li>your name, email address and phone number</li>
31+
<li>your government organisation name</li>
32+
<li>a brief description of your service</li>
33+
<li>a link to your online service if you have one</li>
3434
</ul>
3535

3636
<h2 id="heading-medium">More information</h2>
3737
<p>See how to use GOV.UK Pay with our <a href="https://gds-payments.gelato.io/docs/versions/1.0.0">technical documentation</a></p>
38+
</div>
3839
</div>
3940
</div>

0 commit comments

Comments
 (0)