Skip to content

Commit

Permalink
fix: update padding in couse title for learning header
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoa committed Jun 25, 2024
1 parent ef5dc95 commit d2bf693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
padding-bottom: var(--pgn-spacing-spacer-base);
padding-bottom: calc(var(--pgn-spacing-spacer-base)* 0.1);
}
}

Expand Down

0 comments on commit d2bf693

Please sign in to comment.