check max height

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

BIN
bro.zip

Binary file not shown.

View File

@ -5,7 +5,7 @@ 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>