Skip to content

Commit 943ab76

Browse files
authored
Merge pull request #15 from alphagov/PP-2442-change-logos
PP-2442 - using separate files for logos
2 parents c5e9af8 + 74573a3 commit 943ab76

7 files changed

Lines changed: 15 additions & 2 deletions

File tree

source/index.html.erb

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,16 @@
131131
</div>
132132
<div class="content-section content-section--with-top-border">
133133
<div class="grid-row">
134-
<div class="column-two-thirds">
134+
<div class="column-full">
135135
<h2 class="content-section__title heading-medium">GOV.UK Pay is already working with:</h2>
136-
<img class="content-section__image" src="/pay-product-page/images/org-logos-pay.jpg" alt="Logos of Ministry of Justice, Home Office, The Insolvency Service and Office of the Public Guardian" />
136+
<img class="content-section__image partner-logo" src="/pay-product-page/images/ministry-of-justice.png" alt="Logo of the Ministry of Justice" />
137+
<img class="content-section__image partner-logo" src="/pay-product-page/images/home-office.png" alt="Logo of the Home Ofiice" />
138+
<img class="content-section__image partner-logo" src="/pay-product-page/images/beis.png" alt="Logo of the Department for Business, Energy &amp; Industrial Strategy" />
139+
<img class="content-section__image partner-logo" src="/pay-product-page/images/office-public-guardian.png" alt="Logo of the Office of the Public Guardian" />
140+
</div>
141+
</div>
142+
<div class="grid-row">
143+
<div class="column-two-thirds">
137144
<div class="panel panel-border-wide">
138145
<p class="">“I’ve just had the first view of [GOV.UK Pay] integrated with our service. It is a really good product. We have integrated it in just 2 weeks which is astonishing and really speaks volumes about [how] well you have set the service up…”</p>
139146
<p>– Service manager; UK Visas and Immigration, Home Office</p>
6.92 KB
Loading
3.24 KB
Loading
3.87 KB
Loading
4.41 KB
Loading
-25.2 KB
Binary file not shown.

source/pay-product-page/stylesheets/modules/_content-section.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,9 @@
5959
}
6060
}
6161
}
62+
63+
.partner-logo {
64+
margin-bottom: $gutter;
65+
width: auto;
66+
height: 4em;
67+
}

0 commit comments

Comments
 (0)