Reformat timeline elements

This commit is contained in:
Andras Schmelczer 2022-09-24 22:19:59 +02:00
parent af45688029
commit aab4cade5e
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
17 changed files with 201 additions and 336 deletions

View file

@ -45,7 +45,7 @@ export const Image = ({
/>
</picture>
</div>
${container ? `</div>` : ''}
${container ? '</div>' : ''}
`;
const getSizes = (image: ResponsiveImage, imageScreenRatio: number): string =>