Skip to content

Commit

Permalink
Extend Header upwards (#364)
Browse files Browse the repository at this point in the history
* Extend Header upwards

* Update snapshots

* Increase padding/margin
  • Loading branch information
phyrog committed Feb 26, 2018
1 parent 6e47fdf commit 436da67
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ const StyledHeader = styled.div`
background-color: ${({ theme }) => theme.colors.dark};
color: ${({ theme }) => theme.colors.light} !important;
margin-bottom: 1em;
margin-top: -100vh;
padding-top: 100vh;
`;

const InnerHeader = styled.div`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Array [
background-color: #000;
color: !important;
margin-bottom: 1em;
margin-top: -100vh;
padding-top: 100vh;
}
.c1 {
Expand Down
2 changes: 2 additions & 0 deletions src/components/__tests__/__snapshots__/Header.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ exports[`Header matches the snapshot 1`] = `
background-color: #000;
color: !important;
margin-bottom: 1em;
margin-top: -100vh;
padding-top: 100vh;
}
.c1 {
Expand Down

0 comments on commit 436da67

Please sign in to comment.