Skip to content

Commit

Permalink
Merge pull request #355 from Rushikesh-Sonawane99/shiksha-2.0
Browse files Browse the repository at this point in the history
Issue #PS-000 chore: Fixed Center Alignment issue
  • Loading branch information
itsvick authored Jul 5, 2024
2 parents a3a908b + 81ae303 commit de058e1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/pages/centers/[cohortId].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const TeachingCenterDetails = () => {
cursor={'pointer'}
sx={{ color: theme.palette.warning['A200'], marginTop: '15px' }}
/>
<Box m={'1rem 1rem 0.5rem'} display={'flex'} gap={'5px'}>
<Box m={'1rem 1rem 0.5rem'} display={'column'} gap={'5px'}>
<Typography textAlign={'left'} fontSize={'22px'}>
{cohortDetails?.name}
</Typography>
Expand All @@ -90,11 +90,14 @@ const TeachingCenterDetails = () => {
(cohortDetails?.centerType)
</Typography>
)}
<Box>
</Box>
<Box>
<Typography textAlign={'left'} fontSize={'11px'} fontWeight={500}>
{cohortDetails?.address}
</Typography>
</Box>
</Box>

</Box>
</Box>
</Box>
Expand Down

0 comments on commit de058e1

Please sign in to comment.