diff options
author | Nick Van Doorn <vandoorn.nick@gmail.com> | 2019-03-17 19:32:53 -0700 |
---|---|---|
committer | Nick Van Doorn <vandoorn.nick@gmail.com> | 2019-03-17 19:32:53 -0700 |
commit | ea1c1ed4ccd0b9805638e9e17f58591e584ff479 (patch) | |
tree | 415a9773b7bb220f0b805a7014e76364b816067f /src/components | |
parent | 2d6104d9a8a2a8580d80468154a600a1d8c538da (diff) |
Align items to top of header
Diffstat (limited to 'src/components')
-rw-r--r-- | src/components/header.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/header.js b/src/components/header.js index 7ddb611..6d23c02 100644 --- a/src/components/header.js +++ b/src/components/header.js @@ -9,7 +9,7 @@ const headerStyle = css` margin: 0 0 ${margins.lg}px 0; display: flex; justify-content: center; - align-items: center; + align-items: flex-start; flex-wrap: wrap; @media (min-width: ${breakpoints[0].breakpoint}) { justify-content: space-between; |