Skip to content

Commit dd2d1ff

Browse files
committed
css optimization
Signed-off-by: HIMANSHU RAI <[email protected]>
1 parent 7e3f945 commit dd2d1ff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/sections/Home/Partners-home/partnerSection.style.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ const PartnerItemWrapper = styled.section`
1919
display: flex;
2020
justify-content: center;
2121
flex-wrap: nowrap;
22+
overflow: hidden;
2223
@media(max-width: 1400px){
2324
flex-wrap: wrap;
2425
}
@@ -58,6 +59,9 @@ const PartnerItemWrapper = styled.section`
5859
}
5960
6061
flex-shrink: 3;
62+
63+
min-width: 150px;
64+
transition: transform 0.3s ease-in-out;
6165
6266
6367

0 commit comments

Comments
 (0)