Skip to content

Commit

Permalink
feat(cxl-ui): decrease instructor bio font size
Browse files Browse the repository at this point in the history
  • Loading branch information
anoblet committed Apr 25, 2024
1 parent 85b3594 commit 14f7bf2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/cxl-ui/scss/global/cxl-card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,8 @@ cxl-card {
display: block;
}
}

&.instructor-bio h2 {
font-size: var(--lumo-font-size-xxl);
}
}

0 comments on commit 14f7bf2

Please sign in to comment.