Skip to content

Commit

Permalink
Issue GDSC-PKNU-Official#45 docs Modify layout padding margins
Browse files Browse the repository at this point in the history
- Edit title layout margins to fit header
- Fix max width to fit header

GDSC-PKNU-Official#45
  • Loading branch information
Jiyu215 committed Sep 15, 2022
1 parent d983fd7 commit cfbce8d
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 cfbce8d

Please sign in to comment.