Skip to content

Commit

Permalink
Fix malformed line-height
Browse files Browse the repository at this point in the history
  • Loading branch information
anselmbradford committed Aug 22, 2024
1 parent 6c65bd3 commit a902e01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ $meta-header-item-gap: 21px;
// Adjustments to default date position.
.a-date {
font-size: math.div(14px, $base-font-size-px) + rem;
line-height: 24px / 14px;
line-height: math.div(24, 14);
margin-bottom: 0;
}
}
Expand Down

0 comments on commit a902e01

Please sign in to comment.