diff --git a/static/main.css b/static/main.css index 99e5cd96997..197b75814e1 100644 --- a/static/main.css +++ b/static/main.css @@ -135,6 +135,18 @@ input { object-fit: contain; } +.to-top-link { + margin-block-start: calc(100vh + 200px); + position: sticky; + bottom: 1rem; + left: 1rem; + + background: #00264d; + color: #FFF; + padding: 7px 21px; + border-radius: 3px; + text-decoration: none; +} /* SECTIONS FOR CONTENT */ diff --git a/templates/country-page.html b/templates/country-page.html index cbc27b19a78..71226d81d9c 100644 --- a/templates/country-page.html +++ b/templates/country-page.html @@ -75,6 +75,7 @@