lottie responsive start

This commit is contained in:
Priyatham-sai-chand 2021-03-24 12:23:54 +05:30
parent 2240d749a9
commit e4369f03aa
1 changed files with 3 additions and 1 deletions

View File

@ -54,6 +54,8 @@ const PressLogo = styled.img`
const FeatureCol = styled(Col)`
padding: 4.5%;
width: 100vw;
height: 100vh;
`;
const ContainerPadded = styled(Container)`
@ -112,7 +114,7 @@ export default function HomePage() {
<FeatureCol lg="6">
<Lottie height={500} width={500} options= { defaultOptions } />
<Lottie options= { defaultOptions } />
</FeatureCol>
</Row>