Skip to content

Commit

Permalink
feat(cxl-ui): cxl-featured-course-card center instructor image
Browse files Browse the repository at this point in the history
  • Loading branch information
anoblet authored and pawelkmpt committed Apr 24, 2024
1 parent e439883 commit 105ebf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cxl-ui/scss/cxl-featured-course-card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
@media #{mq.$large} {
position: absolute;
bottom: calc(-1 * var(--lumo-space-xl));
right: calc(2 * var(--lumo-space-xl));
right: calc(27.5% - 200px); // In between 1/4 and 1/3, minus half the image width.
display: flex;
justify-content: flex-end;
width: auto;
Expand Down

0 comments on commit 105ebf1

Please sign in to comment.