Skip to content

Commit

Permalink
Edit width and padding of ongoing mission card
Browse files Browse the repository at this point in the history
  • Loading branch information
anetteu committed Nov 9, 2023
1 parent 6f510a1 commit 3aa91e2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ interface MissionProps {
}

const StyledMissionCard = styled(Card)`
width: 432px;
padding: 10px;
width: 372px;
padding: 12px;
`
const StyledTitle = styled(Card)`
width: 70%;
Expand Down

0 comments on commit 3aa91e2

Please sign in to comment.