Skip to content

Commit

Permalink
Merge pull request #3785 from ivanko22/develop
Browse files Browse the repository at this point in the history
add max-height:200px to PoliticanImageDesktop
  • Loading branch information
DaleMcGrew authored Dec 1, 2023
2 parents 134ee37 + 1d8d642 commit 60e7c00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/common/components/Style/PoliticianDetailsStyles.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export const PoliticianImageMobile = styled('img')`
export const PoliticianImageDesktop = styled('img')`
border-radius: 5px;
height: 100%;
max-height: 200px;
`;

export const PoliticianImageSharedStyles = css`
Expand Down

0 comments on commit 60e7c00

Please sign in to comment.