diff --git a/src/sections/Home/Playground-home/index.js b/src/sections/Home/Playground-home/index.js index 708fc9396f45..c9dc0509ce9a 100644 --- a/src/sections/Home/Playground-home/index.js +++ b/src/sections/Home/Playground-home/index.js @@ -38,7 +38,6 @@ const ViewsSectionWrapper = styled.div` align-items: center; padding: 0 5% 0 0; box-sizing: border-box; - //box-shadow: ${(props) => props.theme.boxShadowBlue477E96}; transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1); overflow: hidden; @@ -64,7 +63,6 @@ const ViewsSectionWrapper = styled.div` } h2 { - /* max-width: 90%; */ padding-bottom: 2%; } } @@ -111,11 +109,6 @@ const ViewsSectionWrapper = styled.div` } - // .overlay { - // width: 483px; - // height: 680px; - // } - .container { display: flex; justify-content: center; @@ -291,16 +284,10 @@ const MeshmapVisualizerViews = () => {
- {/* */}