Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit 16d607b

Browse files
committed
[pricing] reduce the spacing from the top so that more contents can be seen at a single glance.
1 parent 45de8dd commit 16d607b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/components/pricing/PricingBoxes.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,7 @@ const Styled = styled.div`
4444
}
4545
4646
.container--1 {
47-
padding: 10rem 0 0;
48-
49-
@media(max-width: ${sizes.breakpoints.md}) {
50-
padding: 5rem 0 0;
51-
}
47+
padding: 5rem 0 0;
5248
}
5349
`
5450

0 commit comments

Comments
 (0)