Skip to content

Commit

Permalink
Remove border and test font installation
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdavidhamilton committed Jan 17, 2024
1 parent fcb5533 commit 335e8a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ LABEL org.opencontainers.image.source=https://github.com/DFE-Digital/early-years
LABEL org.opencontainers.image.description "Early Years Recovery Rails Application"

RUN echo "Welcome to the EYFS Recovery Application" > /etc/motd
RUN apk add --no-cache --no-progress --no-check-certificate postgresql-dev yarn chromium openssh
RUN apk add --no-cache --no-progress --no-check-certificate postgresql-dev yarn chromium font-liberation openssh
RUN echo "root:Docker!" | chpasswd && cd /etc/ssh/ && ssh-keygen -A

ENV GROVER_NO_SANDBOX true
Expand Down
9 changes: 4 additions & 5 deletions app/assets/stylesheets/certificate.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#award {
font-family: helvetica-neue !important;
border: solid 3px govuk-colour('black');
padding-top: 60px;
padding: govuk-spacing(6);
margin-left: govuk-spacing(4);
Expand All @@ -15,15 +14,15 @@
margin-bottom: 0;
}

h3 {
font-size: 14px;
}

h2 {
font-size: 24px;
font-weight: bold;
}

h3 {
font-size: 14px;
}

li {
font-size: 10px;
}
Expand Down

0 comments on commit 335e8a8

Please sign in to comment.