From 4cadc8fdf2cb0c0509f7b046adf5aaeb28b10f1d Mon Sep 17 00:00:00 2001 From: Vivek Vishal Date: Mon, 11 Nov 2024 00:05:02 +0530 Subject: [PATCH] Update src/sections/Home/Playground-home/index.js Signed-off-by: Vivek Vishal --- src/sections/Home/Playground-home/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/sections/Home/Playground-home/index.js b/src/sections/Home/Playground-home/index.js index 80fba303b3f90..dc12383140a5e 100644 --- a/src/sections/Home/Playground-home/index.js +++ b/src/sections/Home/Playground-home/index.js @@ -82,8 +82,6 @@ const ViewsSectionWrapper = styled.div` margin-top: 4rem; } - @media only screen and (max-width: 450px) { - margin-top: 200px; } }