diff --git a/src/sections/Home/Playground-home/index.js b/src/sections/Home/Playground-home/index.js index fb3612b8d59c..c2aff158ba18 100644 --- a/src/sections/Home/Playground-home/index.js +++ b/src/sections/Home/Playground-home/index.js @@ -81,6 +81,10 @@ const ViewsSectionWrapper = styled.div` text-align: center; margin-top: 4rem; } + @media only screen and (min-width: 768px) and (max-width: 1100px) { + padding-left: 1rem; + } + }