Skip to content

Commit

Permalink
Merge pull request GDSC-PKNU-Official#54 from Jiyu215/feature/GDSC-PK…
Browse files Browse the repository at this point in the history
…NU-Official#45

Issue GDSC-PKNU-Official#45 docs Modify layout padding margins
  • Loading branch information
pp449 authored Sep 16, 2022
2 parents bba6c79 + cfbce8d commit 4fac671
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/faqpage/FaqPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,17 @@ const FaqContainer = styled.div`

const FaqWrapper = styled.div`
width:100%;
max-width:1300px;
max-width:1270px;
padding:150px;
margin: 0 auto;
`;

const FaqTitle = styled.div`
font-size: ${fontSizes['6xl']};
margin-bottom: ${space[20]};
padding: ${space[4]} ${space[8]};
padding: ${space[4]} ${space[2]} ${space[4]} ${space[16]};
border-left : ${space[4]} solid ${color.gdscBlue};
white-space : nowrap;
`;

const FaqText = styled.span`
Expand Down

0 comments on commit 4fac671

Please sign in to comment.