diff --git a/_data/site_config.yml b/_data/site_config.yml index 97583d67ada2d..39cb7ff59ec01 100644 --- a/_data/site_config.yml +++ b/_data/site_config.yml @@ -314,8 +314,9 @@ date_formats: disclaimer: phase: BETA message: >- - This website is in development – your feedback - will help us improve it. Complete the short survey to share your thoughts. + Your feedback will help us continue to improve the site. Complete the short survey to share your thoughts. +
+
Since September 2023 we have paused the uploading of data reported on this site. However, the hyperlinks for the indicator data sources could be used to see where the data is published and whether newer data will become available in future. You can also find up to date SDG data on the UN SDG website which reports globally comparable data. hidden: false email_contacts: questions: sustainabledevelopment@ons.gov.uk diff --git a/_sass/custom.scss b/_sass/custom.scss index 7b5a6ea75195d..c106c3126d49a 100644 --- a/_sass/custom.scss +++ b/_sass/custom.scss @@ -103,7 +103,7 @@ .btn-takepart { background: #DD1367 !important; float: right; - margin-top: -7px; + margin-top: -105px; margin-right: -9px; box-shadow: 0 2px 0 #580829; @media only screen and (min-width: 992px) { @@ -113,13 +113,13 @@ display: block; width: 220px; float: unset; - margin-top: 10px; + margin-top: -105px; } @media only screen and (min-width: 1px) and (max-width: 767px) { display: block; width: 220px; float: unset; - margin-top: 10px; + margin-top: -105px; } &:hover, &:active { background: #A01951 !important;