Skip to content

Commit

Permalink
fix wrapping on contact section on resume
Browse files Browse the repository at this point in the history
  • Loading branch information
tmanundercover committed Oct 12, 2023
1 parent b94f3c6 commit ebcb021
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ const ResumeContactUsSection: FunctionComponent<ContactUsProps> = (props) => {
>
<Grid container item spacing={3}>
<Grid item container sm={4} alignContent='flex-start' spacing={1}>
<Grid item>
<Grid item container>
<Typography
variant='h6'
>{props.sectionData.title}</Typography>
Expand Down

0 comments on commit ebcb021

Please sign in to comment.