diff --git a/content.yml b/content.yml index 8cda864..93d6dd6 100644 --- a/content.yml +++ b/content.yml @@ -391,8 +391,9 @@ home: for a large range of flights. The KLM data have also been fitted with linear functions. - - content: | - ### What about radiative forcing? {#rfi} + - title: What about radiative forcing? + slug: rfi + content: | Radiative forcing accounts for the fact that aviation contributes to climate change more than just with the emission of carbon dioxide from burning fuels, by releasing gases and particles directly diff --git a/flaskr/static/css/common/main.css b/flaskr/static/css/common/main.css index c5fcbc8..83a44f7 100755 --- a/flaskr/static/css/common/main.css +++ b/flaskr/static/css/common/main.css @@ -95,6 +95,17 @@ span.required-asterisk { } +/** TWEAKS ******************************************************************/ + +h3[id]::before { + content: ''; + display: block; + height: 75px; + margin-top: -75px; + visibility: hidden; +} + + /** SPINNER ******************************************************************/ .lds-ripple { diff --git a/flaskr/templates/home.html b/flaskr/templates/home.html index 456953d..19d983b 100755 --- a/flaskr/templates/home.html +++ b/flaskr/templates/home.html @@ -50,7 +50,7 @@ {% for block in column.blocks -%}
{% if block.title -%} -

{{ block.title }}

+ {{ block.title }} {%- endif %} {{ block.content | markdown | safe }}
-- libgit2 0.21.2