Skip to content

Commit

Permalink
course card layout (#1238)
Browse files Browse the repository at this point in the history
  • Loading branch information
mipyykko authored Aug 30, 2023
1 parent d4c53c4 commit ad66e7a
Show file tree
Hide file tree
Showing 14 changed files with 421 additions and 390 deletions.
2 changes: 1 addition & 1 deletion frontend/components/NewLayout/Common/PartnerDivider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const PartnerDividerText = styled("span")(
margin: 0 auto;
background-color: ${theme.palette.common.grayscale.white};
padding: 0 0.5rem;
z-index: 100;
z-index: 10;
left: 50%;
right: 50%;
`,
Expand Down
Loading

0 comments on commit ad66e7a

Please sign in to comment.