check max height

This commit is contained in:
Primakov Alexandr Alexandrovich 2024-07-27 09:42:02 +03:00
parent 17f983985a
commit a21ccd6711
2 changed files with 1 additions and 1 deletions

BIN
bro.zip

Binary file not shown.

View File

@ -6,7 +6,7 @@ export const UnderConstruction = () => {
return (
<div>
<Lottie animationData={animation} />
<Lottie style ={{ maxHeight: 250 }} animationData={animation} />
<h3><center>Сайт в разработке</center></h3>
</div>