|
103 | 103 | </p>
|
104 | 104 |
|
105 | 105 | <% if @content_item.prime_minister.present? && @content_item.prime_minister_image_url.present? %>
|
106 |
| - <%= image_tag @content_item.prime_minister_image_url, { alt: @content_item.prime_minister_image_alt_text, width: '465', height: '310' } %> |
| 106 | + <%= image_tag @content_item.prime_minister_image_url, { class: 'constrained-image', alt: @content_item.prime_minister_image_alt_text } %> |
107 | 107 | <% else %>
|
108 |
| - <%= image_tag 'how-gov-works/10_downing_street.jpg', alt: '10 Downing Street', width: '465', height: '310' %> |
| 108 | + <%= image_tag 'how-gov-works/10_downing_street.jpg', class: 'constrained-image', alt: '10 Downing Street' %> |
109 | 109 | <% end %>
|
110 | 110 | </section>
|
111 | 111 |
|
|
120 | 120 | <p class="govuk-body">The Cabinet is made up of the senior members of government. Every week during Parliament, members of the Cabinet (Secretaries of State from all departments and some other ministers) meet to discuss the most important issues for the government.</p>
|
121 | 121 | <p class="govuk-body govuk-!-margin-bottom-8"><%= link_to("See who is in the Cabinet", "/government/ministers", class: "govuk-link") %></p>
|
122 | 122 |
|
123 |
| - <%= image_tag 'how-gov-works/cabinet_01.jpg', alt: '', width: '465', height: '310' %> |
| 123 | + <%= image_tag 'how-gov-works/cabinet_01.jpg', class: 'constrained-image', alt: '' %> |
124 | 124 | </section>
|
125 | 125 | </section>
|
126 | 126 | </div>
|
|
517 | 517 | <p class="govuk-body">Read about past Prime Ministers, Chancellors and Foreign Secretaries in <%= link_to "notable people", "/government/history#notable-people", class: "govuk-link" %>. Learn more about historic <%= link_to "government buildings", "/government/history#government-buildings", class: "govuk-link" %> on Whitehall and around the UK.</p>
|
518 | 518 | <p class="govuk-body govuk-!-margin-bottom-8">You can also find links to <%= link_to "historical research", "/government/history#historical-research", class: "govuk-link" %>, documents and records.</p>
|
519 | 519 |
|
520 |
| - <%= image_tag 'how-gov-works/churchill_01.jpg', alt: '', width: '465', height: '310' %> |
| 520 | + <%= image_tag 'how-gov-works/churchill_01.jpg', class: 'constrained-image', alt: '' %> |
521 | 521 | </section>
|
522 | 522 | </div>
|
523 | 523 | </div>
|
|
0 commit comments