File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,13 +8,7 @@ const FeaturesSectionWrapper = styled.section`
88 margin-bottom: 8rem;
99 overflow: hidden;
1010 position: relative;
11- width: 100%;
12- max-width: 100%;
13- contain: layout style paint;
1411 transform-origin: center;
15- z-index: 1;
16- height: auto;
17- isolate: isolate;
1812 .skw{
1913 display: grid;
2014 position: relative;
@@ -57,8 +51,6 @@ const FeaturesSectionWrapper = styled.section`
5751 transform: skew(0deg, 6deg);
5852 padding: 0 1rem 3rem;
5953 text-align: center;
60- position: relative;
61- z-index: 1;
6254 h1, h2, p {
6355 color: white;
6456 }
@@ -110,10 +102,8 @@ const FeaturesSectionWrapper = styled.section`
110102
111103 .smp-section-caraousel {
112104 .slick-slider {
113- max-height: 520px;
114105 .slick-list {
115106 max-width: 50rem;
116- max-height: 520px;
117107
118108 .slick-slide {
119109 img {
Original file line number Diff line number Diff line change @@ -8,21 +8,6 @@ const MesheryWrapper = styled.section`
88 flex-direction: column;
99 width: 100%;
1010
11- > div:first-child {
12- align-items: center;
13- width: 100%;
14- overflow-x: hidden;
15- position: relative;
16-
17- > div {
18- overflow: hidden;
19- width: 100%;
20- position: relative;
21- height: auto;
22- max-height: none;
23- }
24- }
25-
2611 .info {
2712 position: relative;
2813 overflow: hidden;
You can’t perform that action at this time.
0 commit comments