Skip to content

Commit

Permalink
fix of descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
martintomas committed Oct 5, 2023
1 parent 8994a0c commit 46a897c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/assets/stylesheets/tpi/pages/ascor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ $see-more-width-tablet: 130px;
line-height: 1.75;

@include desktop {
max-width: 60%;
max-width: 500px;
}
}

Expand All @@ -165,7 +165,7 @@ $see-more-width-tablet: 130px;
line-height: 1.75;

@include desktop {
max-width: 60%;
max-width: 500px;
}
}

Expand Down
4 changes: 2 additions & 2 deletions app/views/tpi/ascor/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</div>
</div>
<div class="bubble-chart-description">
Countries are assessed across the ASCOR framework’s three pillars and thirteen topic areas. The area-level result is Yes if all indicators within the area are assessed as Yes, Partial if some of the indicators within the area are assessed as Yes, and No if all of the indicators within the area are assessed as No.
Countries are assessed across the ASCOR framework’s three pillars and thirteen topic areas.
</div>
<div id="bubble-chart">
<%= render 'tpi/ascor/bubble_chart' %>
Expand Down Expand Up @@ -84,7 +84,7 @@
</div>
</div>
<div class="emissions-chart-description">
Country emission pathways are assessed in several ways to account for a variety of factors and uncertainties. The emission metrics considered include the following options: production and consumption-based emissions; exclusion of LULUCF emissions and LULUCF emissions alone; and emissions on an absolute and intensity basis (per capita and per PPP-adjusted GDP). Targeted future pathways are included only for absolute production-based emissions excluding LULUCF as this is the basis on which 2030 targets are assessed. Note that pathways end in 2030 because long-term net zero targets are often stated on a different emission boundary from the one considered in the 2030 target assessments (e.g. including only CO₂ emissions rather than all Kyoto greenhouse gases).
Country emissions assessed using different metrics, focusing on absolute production-based emissions, excluding LULUCF, to align with 2030 targets.
</div>
<div id="emissions-chart">
<%= render 'tpi/ascor/emissions_chart' %>
Expand Down

0 comments on commit 46a897c

Please sign in to comment.