Skip to content

Commit

Permalink
Extend waveform to full width of card
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmockett committed Jan 9, 2025
1 parent b2a4acb commit 3a751f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dotcom-rendering/src/components/Card/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,11 @@ const waveformWrapper = (
) => css`
position: absolute;
left: 0;
right: 0;
bottom: 0;
svg {
display: block;
width: 100%;
height: ${imagePositionOnMobile === 'top' ? 50 : 29}px;
${from.mobileMedium} {
height: ${imagePositionOnMobile === 'top' ? 50 : 33}px;
Expand Down

0 comments on commit 3a751f6

Please sign in to comment.