Skip to content

Commit

Permalink
Update standalone-indicators.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Govej authored May 30, 2024
1 parent 2cecc43 commit c76a317
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _layouts/standalone-indicators.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ <h1>{{ page.title | t }}</h1>
{% for indicator in indicator_objects %}

<div class="row mb-3">
<div class="col-1">
<div class="col-2">
<h4>
<span class="indicator-number"><span class="visually-hidden">{{ page.t.general.indicator }}</span> {{ indicator.indicator_number }}</span>
</h4>
</div>
<div class="col-8">
<div class="col-7">
<span class="indicator-name"><a href="{{ indicator.url }}">{{ indicator.name }}</a> ({{ indicator.archive_type }})</span>
</div>
<div class="col-12 col-md-2 ms-auto text-end text-nowrap">
Expand Down

0 comments on commit c76a317

Please sign in to comment.