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

Commit 445b6db

Browse files
committed
reduce the width of FAQ container.
1 parent 4625ee9 commit 445b6db

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/pricing/SelfHostedFAQs.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,16 @@ const StyledSelfHostedFAQs = styled.section`
1212
.faqs {
1313
display: flex;
1414
justify-content: space-between;
15+
max-width: 900px;
16+
margin: 0 auto;
1517
padding: 5rem 0;
1618
1719
@media(max-width: 1040px) {
1820
flex-direction: column;
1921
}
2022
2123
&__container {
22-
flex: 0 0 40%;
24+
flex: 0 0 45%;
2325
2426
@media(max-width: 1040px) {
2527
max-width: 600px;

0 commit comments

Comments
 (0)