Skip to content

Commit 5be87ba

Browse files
authored
Merge pull request #100 from tc39/more-visible-nav
increase page-nav margin and font-weight
2 parents 3043927 + ee69a1a commit 5be87ba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

_sass/_layout.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ body {
2424
.page-title {
2525
font-size: 36px;
2626
line-height: 54px;
27-
margin: 30px 0 0;
27+
margin: 50px 0 0;
2828
}
2929

3030
@media (min-width: $bp-tablet) {

_sass/_page-menu.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ $trans-timing: 600ms;
99
}
1010

1111
.page-menu {
12-
$mt: 10px;
12+
$mt: 73.6px;
1313
font-size: 18px;
1414
margin-top: $mt;
1515
text-align: end;
@@ -27,7 +27,7 @@ $trans-timing: 600ms;
2727
max-height: none;
2828
}
2929
&-item a {
30-
font-weight: 300;
30+
font-weight: 500;
3131
}
3232
&-toggle {
3333
background: transparent;
@@ -100,7 +100,7 @@ $trans-timing: 600ms;
100100
color: $color-nav;
101101
display: block;
102102
flex: 0 0 calc(100% - 2rem);
103-
font-weight: normal;
103+
font-weight: 600;
104104
min-width: 180px;
105105
padding: 10px 10px;
106106
text-decoration: none;

0 commit comments

Comments
 (0)