Skip to content

Commit 8d571f7

Browse files
Merge pull request #3771 from ONSdigital/develop
PTL
2 parents 3f564a1 + 738d72f commit 8d571f7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Jekyll configuration for Open SDG platform
22

33
# Tell the Remote Theme plugin to use the Open SDG platform (Jekyll theme).
4-
remote_theme: open-sdg/open-sdg@2.3.0
4+
remote_theme: open-sdg/open-sdg@2.3.2
55

66
#UK-specific config settings
77
survey_url: https://www.smartsurvey.co.uk/s/EZZRYJ/

_layouts/standalone-indicators.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ <h1>{{ page.title | t }}</h1>
1616
{% for indicator in indicator_objects %}
1717

1818
<div class="row mb-3">
19-
<div class="col-1 ps-5">
19+
<div class="col-2">
2020
<h4>
2121
<span class="indicator-number"><span class="visually-hidden">{{ page.t.general.indicator }}</span> {{ indicator.indicator_number }}</span>
2222
</h4>
2323
</div>
24-
<div class="col-8">
24+
<div class="col-7">
2525
<span class="indicator-name"><a href="{{ indicator.url }}">{{ indicator.name }}</a> ({{ indicator.archive_type }})</span>
2626
</div>
2727
<div class="col-12 col-md-2 ms-auto text-end text-nowrap">

0 commit comments

Comments
 (0)