Skip to content

Commit

Permalink
Fix heading styling on alternative ID page
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Liburd committed Jan 14, 2025
1 parent fbf0ded commit a760a95
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion assets/scss/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,14 @@ $govuk-page-width: $moj-page-width;
.govuk-panel--fail {
background-color: #d4351c;
color: #ffffff;
}
}

.alternative-id-documents {
.govuk-checkboxes__divider {
width: 100%;
text-align: left;
font-weight: bold;
margin-top: govuk-spacing(3);
margin-bottom: govuk-spacing(3);
}
}

0 comments on commit a760a95

Please sign in to comment.