Skip to content

Commit

Permalink
Fix layout
Browse files Browse the repository at this point in the history
  • Loading branch information
GregdTd committed Jan 26, 2024
1 parent ebd6afa commit d368a6c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/pages/Program.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ const ColumnWrapper = styled.div`
justify-content: center;
margin: 0px 24px;
gap: 24px;
padding-bottom: 150px;
@media ${mobile} {
padding-bottom: unset;
}
`

const Column = styled.div`
Expand Down
1 change: 1 addition & 0 deletions src/pages/Welcome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export const Welcome: React.FC = () => {

const SectionWrapper = styled(BaseSectionWrapper)`
padding-top: 54px;
height: 100vh;
`

const Wrapper = styled.div`
Expand Down
1 change: 0 additions & 1 deletion src/styles/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export const SectionWrapper: React.FC<{
}

const Wrapper = styled.div`
height: 100vh;
padding: 0px 16px;
background-color: ${Colors.white};
`
Expand Down

0 comments on commit d368a6c

Please sign in to comment.