check max height
This commit is contained in:
parent
17f983985a
commit
a21ccd6711
@ -6,7 +6,7 @@ export const UnderConstruction = () => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<Lottie animationData={animation} />
|
<Lottie style ={{ maxHeight: 250 }} animationData={animation} />
|
||||||
|
|
||||||
<h3><center>Сайт в разработке</center></h3>
|
<h3><center>Сайт в разработке</center></h3>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user