Skip to content

Commit 0c61f38

Browse files
committed
Update font sizes to use spacing function
1 parent e06f379 commit 0c61f38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/assets/stylesheets/components/_published-dates.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414

1515
.app-c-published-dates__change-history {
16-
margin: 20px 0;
16+
margin: govuk-spacing(4) 0;
1717
}
1818

1919
.app-c-published-dates__list {
@@ -22,7 +22,7 @@
2222

2323
.app-c-published-dates__change-item {
2424
list-style-type: none;
25-
margin-bottom: 10px;
25+
margin-bottom: govuk-spacing(2);
2626
}
2727

2828
.app-c-published-dates__change-date {

0 commit comments

Comments
 (0)