Skip to content

Commit

Permalink
Merge pull request #175 from DEFRA/footer-welsh-translation-correctio…
Browse files Browse the repository at this point in the history
…ns-footer-analytics-12

docker update style
  • Loading branch information
ulysses-cognizant authored Aug 13, 2024
2 parents 04fad09 + f9bd90a commit ed3b483
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ENV TZ="Europe/London"
# CDP PLATFORM HEALTHCHECK REQUIREMENT
USER root
RUN apk update && \
apk add nginx && \
apk add curl && \
rm -rf /var/cache/apk/*
USER node

Expand Down
3 changes: 2 additions & 1 deletion src/client/assets/stylesheets/daqi/_all.scss
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,8 @@ $font-family_2: sans-serif;
}

.govuk-back-link{
font-size: 1.2rem;
font-size: 1rem;
line-height: 1.95;
}
.top-nav{
display:flex;
Expand Down
2 changes: 1 addition & 1 deletion src/server/common/components/back-link/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
// Vertically align with the parent element
position: absolute;
top: 0;
bottom: 31px;
bottom: 10px;
left: govuk-em(3px, $font-size);

width: $chevron-size;
Expand Down

0 comments on commit ed3b483

Please sign in to comment.