diff options
author | Nick Van Doorn <vandoorn.nick@gmail.com> | 2019-03-17 19:31:21 -0700 |
---|---|---|
committer | Nick Van Doorn <vandoorn.nick@gmail.com> | 2019-03-17 19:31:21 -0700 |
commit | 2d6104d9a8a2a8580d80468154a600a1d8c538da (patch) | |
tree | 3ccee34c2b05cf2a0a1b18da7e27962387f86151 | |
parent | e397982746a97ba35086a9bc96f81729f7dcd424 (diff) |
Add margin to bottom of header
-rw-r--r-- | src/components/header.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/header.js b/src/components/header.js index 303c882..7ddb611 100644 --- a/src/components/header.js +++ b/src/components/header.js @@ -6,6 +6,7 @@ import { Social } from './social' import { margins, breakpoints } from './globals' const headerStyle = css` + margin: 0 0 ${margins.lg}px 0; display: flex; justify-content: center; align-items: center; |