From e4369f03aa42c98257514454f9698945f2199b8a Mon Sep 17 00:00:00 2001 From: Priyatham-sai-chand Date: Wed, 24 Mar 2021 12:23:54 +0530 Subject: [PATCH] lottie responsive start --- client/src/components/HomePage.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/src/components/HomePage.js b/client/src/components/HomePage.js index 5484358..aea3517 100644 --- a/client/src/components/HomePage.js +++ b/client/src/components/HomePage.js @@ -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() { - +