Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Push to Live #3752

Merged
merged 6 commits into from
Nov 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions _data/site_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<br>
<br><b>Since September 2023 we have <a href="https://www.ons.gov.uk/aboutus/whatwedo/statistics/changestoourpublicationsandactivities">paused</a> 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 <a href="https://unstats.un.org/sdgs/dataportal/">UN SDG website</a> which reports globally comparable data.</b>
hidden: false
email_contacts:
questions: [email protected]
Expand Down
6 changes: 3 additions & 3 deletions _sass/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand All @@ -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;
Expand Down
Loading