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

Commit

Permalink
feat(Header): more width on mobile & font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
CanRau committed Oct 6, 2018
1 parent f68d9a1 commit fc9deaf
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/components/Header/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default {
},

topInner: {
width: `90%`,
width: `96%`,
maxWidth: `1280px`,
display: `flex`,
alignItems: `center`,
Expand Down Expand Up @@ -167,7 +167,6 @@ export default {
display: `flex`,
alignItems: `center`,
justifyContent: `space-between`,
width: `90%`,
maxWidth: `1280px`,
margin: `0 auto`,
height: `77%`,
Expand Down Expand Up @@ -223,15 +222,17 @@ export default {
display: [`inline-block`, `flex`],
alignItems: `center`,
height: `100%`,
padding: `0 .65rem 0`,
padding: `0 .4rem 0`,

':hover, &.active': {
background: colors.primary,
},

[media.greaterThan(`xsmall`)]: {
padding: `0 .65rem 0`,
},
[media.greaterThan(`small`)]: {
fontSize: `1.1rem`,
letterSpacing: `.12rem`,
},
[media.greaterThan(`large`)]: {
fontSize: `1.8rem`,
Expand Down

0 comments on commit fc9deaf

Please sign in to comment.