Skip to content

Commit

Permalink
Merge pull request #100 from tc39/more-visible-nav
Browse files Browse the repository at this point in the history
increase page-nav margin and font-weight
  • Loading branch information
littledan authored Feb 21, 2019
2 parents 3043927 + ee69a1a commit 5be87ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _sass/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ body {
.page-title {
font-size: 36px;
line-height: 54px;
margin: 30px 0 0;
margin: 50px 0 0;
}

@media (min-width: $bp-tablet) {
Expand Down
6 changes: 3 additions & 3 deletions _sass/_page-menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $trans-timing: 600ms;
}

.page-menu {
$mt: 10px;
$mt: 73.6px;
font-size: 18px;
margin-top: $mt;
text-align: end;
Expand All @@ -27,7 +27,7 @@ $trans-timing: 600ms;
max-height: none;
}
&-item a {
font-weight: 300;
font-weight: 500;
}
&-toggle {
background: transparent;
Expand Down Expand Up @@ -100,7 +100,7 @@ $trans-timing: 600ms;
color: $color-nav;
display: block;
flex: 0 0 calc(100% - 2rem);
font-weight: normal;
font-weight: 600;
min-width: 180px;
padding: 10px 10px;
text-decoration: none;
Expand Down

0 comments on commit 5be87ba

Please sign in to comment.