Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Commit

Permalink
Fix margin top on content wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmedeiros committed May 17, 2020
1 parent c79359a commit 9634622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const LayoutHeader = styled.nav`

export const ContentWrapper = styled.div`
background-color: #1d1f22;
padding-top: 55px;
padding-top: 65px;
height: 100%;
`

Expand Down

0 comments on commit 9634622

Please sign in to comment.