Skip to content

Commit

Permalink
refactor: font and accordian size
Browse files Browse the repository at this point in the history
  • Loading branch information
jadenliu12 committed Jul 14, 2023
1 parent ba9c63e commit bb7c1aa
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pages/internship.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ const InternshipPage = () => {
<Accordion
defaultIndex={[0]}
width='100%'
maxW='lg'
maxW='2xl'
rounded='lg'
mx={'auto'}
>
Expand All @@ -233,7 +233,7 @@ const InternshipPage = () => {
</AccordionButton>
<AccordionPanel pb={4}>
<Text
fontFamily={'Inter'}
fontFamily={'body'}
fontWeight={'medium'}
fontSize={'15px'}
pb={4}
Expand All @@ -257,7 +257,7 @@ const InternshipPage = () => {
</AccordionButton>
<AccordionPanel pb={4}>
<Text
fontFamily={'Inter'}
fontFamily={'body'}
fontWeight={'medium'}
fontSize={'15px'}
pb={4}
Expand Down Expand Up @@ -321,7 +321,7 @@ const InternshipPage = () => {
</AccordionButton>
<AccordionPanel pb={4}>
<Text
fontFamily={'Inter'}
fontFamily={'body'}
fontWeight={'medium'}
fontSize={'15px'}
pb={4}
Expand Down Expand Up @@ -361,7 +361,7 @@ const InternshipPage = () => {
</AccordionButton>
<AccordionPanel pb={4}>
<Text
fontFamily={'Inter'}
fontFamily={'body'}
fontWeight={'medium'}
fontSize={'15px'}
pb={4}
Expand Down Expand Up @@ -405,7 +405,7 @@ const InternshipPage = () => {
</AccordionButton>
<AccordionPanel pb={4}>
<Text
fontFamily={'Inter'}
fontFamily={'body'}
fontWeight={'medium'}
fontSize={'15px'}
pb={4}
Expand Down Expand Up @@ -442,7 +442,7 @@ const InternshipPage = () => {
</AccordionButton>
<AccordionPanel pb={4}>
<Text
fontFamily={'Inter'}
fontFamily={'body'}
fontWeight={'medium'}
fontSize={'15px'}
pb={4}
Expand Down Expand Up @@ -479,7 +479,7 @@ const InternshipPage = () => {
</AccordionButton>
<AccordionPanel pb={4}>
<Text
fontFamily={'Inter'}
fontFamily={'body'}
fontWeight={'medium'}
fontSize={'15px'}
pb={4}
Expand Down

0 comments on commit bb7c1aa

Please sign in to comment.