Skip to content

Commit

Permalink
Fixed card title
Browse files Browse the repository at this point in the history
  • Loading branch information
zetareticoli committed Jul 19, 2023
1 parent 6fe42c8 commit f06c11a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions src/scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -458,8 +458,7 @@ $anchor-v-offset: $header-center-max-height-mob + 16px;
//cards
$card-padding: $v-gap * 3;
$card-h5-size: 1.125rem;
$card-h5-size-desk: 1rem;
$card-h5-line-height: 1.4444444444444444rem;
$card-h5-line-height: 1.5rem;
$card-h5-fw: 700;
$card-h5-color: $color-text-secondary !default; // UI kit
$card-p-size: 1rem;
Expand Down
3 changes: 0 additions & 3 deletions src/scss/custom/_card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -724,9 +724,6 @@ a.read-more {
.card-text {
font-size: $card-p-size-desk;
}
h5.card-title {
font-size: $card-h5-size-desk;
}
}
}
}

0 comments on commit f06c11a

Please sign in to comment.