Skip to content

Commit

Permalink
Align main nav with logo on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
danielvanc committed Feb 4, 2019
1 parent 7876d6e commit 3302ad5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/Layout/header/Header.js
Expand Up @@ -81,10 +81,15 @@ const SiteNav = styled.ul`
li {
font-family: var(--font-family-subheadings);
float: right;
margin-top: 7px;
padding-left: 2em;
@media screen and (min-width: 37.500em) {
margin-top: 0;
}
&:first-of-type {
float: left;
padding-left: 0;
margin-top: 0;
@media screen and (min-width: 37.500em) {
float:none;
}
Expand Down

0 comments on commit 3302ad5

Please sign in to comment.