Skip to content

Commit

Permalink
update CSS for image
Browse files Browse the repository at this point in the history
  • Loading branch information
vitasek01 committed May 17, 2023
1 parent 55024c2 commit 4c3873f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/XkcdComicCard/XkcdComicCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const useStyles = makeStyles({
xkcdImage: {
width: '100%',
height: '100%',
objectFit: 'cover'
objectFit: 'contain'
}
});

Expand Down Expand Up @@ -54,7 +54,7 @@ function ExplainComponent(num: number) {
);
}

export let MAX_COUNT = 2770;
export let MAX_COUNT = 2773;


export const XkcdComicCard = (props: XkcdComicProps) => {
Expand Down

0 comments on commit 4c3873f

Please sign in to comment.