Skip to content

Commit 3d336bb

Browse files
committed
fixed our partners' padding
1 parent 80d3cd5 commit 3d336bb

2 files changed

Lines changed: 74 additions & 4 deletions

File tree

package-lock.json

Lines changed: 70 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/OurPartners.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ const PartnersContainer = styled(MainContainer)`
6464
line-height: 60px;
6565
}
6666
}
67+
68+
@media (min-width: 1920px) {
69+
padding: 0;
70+
}
6771
`;
6872

6973
const StyledCarousel = styled(Carousel)`

0 commit comments

Comments
 (0)