Skip to content

Commit

Permalink
fix candidate image for tablet as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Kordonets committed Nov 22, 2023
1 parent ac9a78d commit 4d083f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/common/components/Style/CampaignDetailsStyles.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const CampaignImagePlaceholder = styled('div')(({ theme }) => (`
min-height: 200px;
}
${theme.breakpoints.up('lg')} {
min-height: 300px;
min-height: 200px;
}
`));

Expand Down

0 comments on commit 4d083f2

Please sign in to comment.