Skip to content

Commit

Permalink
minor styling changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott170c committed Dec 8, 2024
1 parent 5662153 commit 0d05ef7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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', '28vw'],
width:['28vh', '26vw'],
height:['32vh', '28vw'],
borderRadius: '10px',
paddingBottom: '2rem',
Expand Down Expand Up @@ -71,7 +71,7 @@ const Threebox = () => {
paddingBottom: '1.2rem'
} }>Design Art</Heading>
<Image sx={{
width:['28vh', '28vw'],
width:['28vh', '26vw'],
height:['32vh', '28vw'],
borderRadius: '10px',
paddingBottom: '2rem'
Expand All @@ -95,7 +95,7 @@ const Threebox = () => {
textShadow: '0px 4px 4px rgba(0, 0, 0, 0.25)'
} }>Create Firmware</Heading>
<Image sx={{
width:['28vh', '28vw'],
width:['28vh', '26vw'],
height:['32vh', '28vw'],
borderRadius: '10px',
paddingBottom: ['1rem', '2rem']
Expand Down

0 comments on commit 0d05ef7

Please sign in to comment.