Skip to content

Commit

Permalink
fix: update width SpeakerCard.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
odracirdev authored Oct 7, 2024
1 parent 006919b commit 0cfe567
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/previa/src/components/SpeakerCard.astro
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ const brandImage = speakerBrand || defaultBrandSrc;
display: flex;
flex-direction: column;
justify-content: space-between;
max-width: 400px;
min-width: 400px;
width: 400px;
gap: 1rem;
padding: 24px;
border-radius: 16px;
Expand Down

0 comments on commit 0cfe567

Please sign in to comment.