Skip to content

Commit 8295915

Browse files
max height
Signed-off-by: saurabhraghuvanshii <saurabhsraghuvanshi@gmail.com>
1 parent a141823 commit 8295915

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

src/sections/Meshery/Features-section/features-section.style.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)