check max height
This commit is contained in:
parent
17f983985a
commit
58be85536b
@ -5,8 +5,8 @@ import animation from '../../__data__/assets/lottie/under-construction.json';
|
|||||||
export const UnderConstruction = () => {
|
export const UnderConstruction = () => {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div>
|
<div style={{ maxHeight: 250 }}>
|
||||||
<Lottie animationData={animation} />
|
<Lottie animationData={animation} />
|
||||||
|
|
||||||
<h3><center>Сайт в разработке</center></h3>
|
<h3><center>Сайт в разработке</center></h3>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user