1 parent c1e741a commit ae37bfdCopy full SHA for ae37bfd
1 file changed
dotcom-rendering/src/components/FeatureCard.tsx
@@ -257,7 +257,7 @@ const waveformStyles = css`
257
bottom: 0;
258
left: 0;
259
z-index: 0;
260
- height: 64px;
+ height: 40px;
261
max-width: 100%;
262
overflow: hidden;
263
opacity: 0.3;
@@ -309,7 +309,7 @@ const getMedia = ({
309
310
const renderWaveform = (duration: string, bars: number) => (
311
<div css={waveformStyles} className="waveform">
312
- <WaveForm seed={duration} height={64} bars={bars} barWidth={2} />
+ <WaveForm seed={duration} height={40} bars={bars} barWidth={2} />
313
</div>
314
);
315
0 commit comments