Reformat timeline elements
This commit is contained in:
parent
af45688029
commit
aab4cade5e
17 changed files with 201 additions and 336 deletions
|
|
@ -45,7 +45,7 @@ export const Image = ({
|
|||
/>
|
||||
</picture>
|
||||
</div>
|
||||
${container ? `</div>` : ''}
|
||||
${container ? '</div>' : ''}
|
||||
`;
|
||||
|
||||
const getSizes = (image: ResponsiveImage, imageScreenRatio: number): string =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue