Skip to content

Commit

Permalink
Merge pull request #180 from 0101oak/fix/care-card
Browse files Browse the repository at this point in the history
wip
  • Loading branch information
ijustseeblood authored Nov 21, 2024
2 parents d782d9c + 5e0e9da commit 6540cca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,15 @@
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
justify-content: space-between;

.care-card-img-container {
padding: 0.4rem;
display: flex;
justify-content: center;
align-items: center;
flex: 0 0 auto;
}

.care-card-text {
flex: 1 1 auto;
display: flex;
align-items: center;
justify-content: center;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ export const CareInstructions: FC<CareInstructionsProps> = ({
src={img}
alt={method}
style={{
width: isSelected ? '80%' : isMobile ? '26px' : '50px',
width: isSelected ? '80%' : '50%',
height: 'auto',
}}
/>
</Grid>
Expand Down

0 comments on commit 6540cca

Please sign in to comment.