Skip to content

Commit

Permalink
fix: about cards
Browse files Browse the repository at this point in the history
  • Loading branch information
gregfrasco committed Apr 29, 2024
1 parent 67f02b2 commit d90f0c4
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions packages/client/src/pages/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ export default function About() {
sx={{
display: 'flex', //so that action area stretches over whole card
border: 1,
borderRadius: '0 20px 20px 20px'
borderRadius: '0 20px 20px 20px',
height: '100%'
}}
>
<CardContent>
Expand All @@ -124,7 +125,8 @@ export default function About() {
sx={{
display: 'flex', //so that action area stretches over whole card
border: 1,
borderRadius: '0 20px 20px 20px'
borderRadius: '0 20px 20px 20px',
height: '100%'
}}
>
<CardContent>
Expand All @@ -144,7 +146,8 @@ export default function About() {
sx={{
display: 'flex', //so that action area stretches over whole card
border: 1,
borderRadius: '0 20px 20px 20px'
borderRadius: '0 20px 20px 20px',
height: '100%'
}}
>
<CardContent>
Expand All @@ -163,7 +166,8 @@ export default function About() {
sx={{
display: 'flex', //so that action area stretches over whole card
border: 1,
borderRadius: '0 20px 20px 20px'
borderRadius: '0 20px 20px 20px',
height: '100%'
}}
>
<CardContent>
Expand Down

0 comments on commit d90f0c4

Please sign in to comment.