Skip to content

Commit

Permalink
tidy css file
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhunter08 committed Sep 11, 2024
1 parent 04e8130 commit 85e4147
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/components/card/_card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ $card-border-hover-color: $color_nhsuk-grey-3;
padding: 0;

&__title {
@include nhsuk-typography-responsive(22);
font-weight: bold;
margin-bottom: 0;
}

Expand Down Expand Up @@ -76,11 +78,6 @@ $card-border-hover-color: $color_nhsuk-grey-3;
}
}

&__title {
@include nhsuk-typography-responsive(22);
font-weight: bold;
}

&__below {
:last-child {
margin-bottom: 0;
Expand Down

0 comments on commit 85e4147

Please sign in to comment.