File tree Expand file tree Collapse file tree
src/sections/Meshery/Features-section Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,12 +4,13 @@ const FeaturesSectionWrapper = styled.section`
44
55 background-color: black;
66 transform: none;
7- padding-bottom: 5rem ;
8- margin-bottom: 4rem ;
7+ padding-bottom: 3rem ;
8+ margin-bottom: 2rem ;
99 overflow: hidden;
1010 position: relative;
1111 width: 100%;
1212 max-width: 100%;
13+ max-height: 1400px;
1314 contain: layout style paint;
1415 transform-origin: center;
1516 z-index: 1;
@@ -89,6 +90,7 @@ const FeaturesSectionWrapper = styled.section`
8990 .smp-section {
9091 margin: 3rem auto;
9192 max-width: 85%;
93+ overflow: hidden;
9294
9395 .smp-section-row {
9496 margin: 4rem 0;
@@ -109,8 +111,10 @@ const FeaturesSectionWrapper = styled.section`
109111
110112 .smp-section-caraousel {
111113 .slick-slider {
114+ max-height: 520px;
112115 .slick-list {
113116 max-width: 50rem;
117+ max-height: 520px;
114118
115119 .slick-slide {
116120 img {
You can’t perform that action at this time.
0 commit comments