Skip to content

Commit

Permalink
remove padding
Browse files Browse the repository at this point in the history
  • Loading branch information
tonytc13579 committed Jan 3, 2024
1 parent 2ce7068 commit 65325bd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/layouts/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ const Header = (props: HeaderProps) => {
justifyContent={'center'}
alignItems={'center'}
py={['20px', '20px']}
px={['160px', '160px']}
top={0}
left={0}
right={0}
Expand Down
1 change: 0 additions & 1 deletion src/modules/building-blocks/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const BuildingBlockModule = () => {
marginTop={'120px'}
paddingBottom={'120px'}
height={'100%'}
px={[4, null]}
flexDirection={'column'}
alignItems={'flex-start'}
alignSelf={'center'}
Expand Down

0 comments on commit 65325bd

Please sign in to comment.