Skip to content

Commit

Permalink
fix: remove divider padding
Browse files Browse the repository at this point in the history
  • Loading branch information
KimiaMontazeri committed Nov 25, 2023
1 parent 5204f19 commit 674d2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Components/presenters/PresenterProfile.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const PresenterProfile = ({ name, workplace, photo, cvPath, bio }) => (
<Stack alignItems="center" style={{ width: '100%' }}>
<Box sx={{ bgcolor: 'var(--background-color)', px: 4, pb: 8, borderRadius: '30px', width: '80%' }}>
<Header name={name} photo={photo} workplace={workplace} />
<Divider sx={{ py: 3 }}>
<Divider>
<Typography variant="h3" fontSize="24px">
Biography
</Typography>
Expand Down

0 comments on commit 674d2f0

Please sign in to comment.