diff --git a/front/src/components/StoriesPreview.tsx b/front/src/components/StoriesPreview.tsx index 8871be0..3a88507 100644 --- a/front/src/components/StoriesPreview.tsx +++ b/front/src/components/StoriesPreview.tsx @@ -28,11 +28,12 @@ const styles = { } as CSSProperties, link: { textDecoration: 'none', - color: 'var(--bs-body-color)' + color: 'var(--bs-body-color)', + maxWidth: 'calc(25vh * 9 / 16)', + display: 'inline-block', } as CSSProperties, image: { height: '25vh', - maxWidth: 'calc(25vh * 9 / 16)', objectFit: 'contain', borderRadius: 12, marginBottom: 5,