Skip to content

Commit

Permalink
Update 3box.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott170c authored Dec 19, 2024
1 parent 1dca9f0 commit 51114e4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/components/3box.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const Threebox = () => {
textShadow: '0px 4px 4px rgba(0, 0, 0, 0.25)'
} }>Design a PCB</Heading>
<Image sx={{
width:['28vh', '25vw'],
width:['28vh', '21vw'],
height:['30vh', '23vw'],
borderRadius: '10px',
paddingBottom: '2rem',
Expand All @@ -70,8 +70,8 @@ const Threebox = () => {
paddingBottom: '1.2rem'
} }>Design Art</Heading>
<Image sx={{
width:['28vh', '26vw'],
height:['30vh', '25vw'],
width:['28vh', '21vw'],
height:['30vh', '23vw'],
borderRadius: '10px',
paddingBottom: '2rem'
}} src="https://cloud-go1uacpkk-hack-club-bot.vercel.app/0image.png"></Image>
Expand All @@ -94,8 +94,8 @@ const Threebox = () => {
textShadow: '0px 4px 4px rgba(0, 0, 0, 0.25)'
} }>Create Firmware</Heading>
<Image sx={{
width:['28vh', '26vw'],
height:['30vh', '25vw'],
width:['28vh', '21vw'],
height:['30vh', '23vw'],
borderRadius: '10px',
paddingBottom: ['1rem', '2rem']
}}
Expand All @@ -105,4 +105,4 @@ const Threebox = () => {
</Grid>
)
}
export default Threebox;
export default Threebox;

0 comments on commit 51114e4

Please sign in to comment.