Skip to content

Commit

Permalink
fix(project): featured card title still clipping
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristiaanScheermeijer committed Jun 23, 2021
1 parent 7bf5e5b commit 041a56b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Card/Card.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
&.featured {

.title {
height: 1em;
height: 1.1em;
padding-right: 8px;
font-family: var(--body-font-family);
font-size: 34px;
Expand Down

0 comments on commit 041a56b

Please sign in to comment.