fix(microsite): animation for techdocs (#2070)

This commit is contained in:
Nikita Dudnik
2020-08-21 15:48:08 +02:00
committed by GitHub
parent 0afdba6ac1
commit 3e10e5e3d8
2 changed files with 14 additions and 4 deletions
+14 -4
View File
@@ -353,10 +353,20 @@ class Index extends React.Component {
</Block.TextBox>
<Breakpoint
wide={
<img
style={{ margin: 'auto' }}
src={`${baseUrl}img/techdocs-web.png`}
/>
<Block.Graphics padding={0}>
<Block.Graphic
x={-55}
y={-5}
width={210}
src={`${baseUrl}img/techdocs-web.png`}
/>
<Block.Graphic
x={-55}
y={-5}
width={210}
src={`${baseUrl}img/techdocs2.gif`}
/>
</Block.Graphics>
}
/>
</Block.Container>