File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,9 @@ const FeaturesSectionWrapper = styled.section`
55 background-color: black;
66 transform: skew(0deg, -6deg);
77 padding-bottom:5rem;
8- margin-bottom: 10%;
8+ margin-bottom: 8rem;
9+ overflow: hidden;
10+ position: relative;
911 .skw{
1012 display: grid;
1113 position: relative;
@@ -164,6 +166,7 @@ const FeaturesSectionWrapper = styled.section`
164166
165167 @media screen and (max-width: 1200px) {
166168 padding-bottom: 2rem;
169+ margin-bottom: 6rem;
167170
168171 .smp-section {
169172 .smp-section-row {
@@ -191,6 +194,7 @@ const FeaturesSectionWrapper = styled.section`
191194
192195 @media screen and (max-width: 960px) {
193196 padding-bottom: 0rem;
197+ margin-bottom: 4rem;
194198 .smp-section .smp-section-caraousel .slick-slider .slick-list {
195199 .slick-slide {
196200 img {
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import styled from "styled-components";
33const MesheryWrapper = styled . section `
44 position: relative;
55 z-index: 1;
6+ overflow-x: hidden;
67 .info {
78 position: relative;
89 overflow: hidden;
You can’t perform that action at this time.
0 commit comments