Commit c71697abc9dd5cf8ddc45f2972fbb51ee80db62d
1 parent
746ffcfc
Exists in
master
and in
4 other branches
Make nav menu a bit higher
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/assets/stylesheets/sections/nav.scss
@@ -5,7 +5,7 @@ | @@ -5,7 +5,7 @@ | ||
5 | 5 | ||
6 | ul { | 6 | ul { |
7 | margin: auto; | 7 | margin: auto; |
8 | - height: 39px; | 8 | + height: 41px; |
9 | position: relative; | 9 | position: relative; |
10 | top: 3px; | 10 | top: 3px; |
11 | overflow: hidden; | 11 | overflow: hidden; |
@@ -54,7 +54,7 @@ | @@ -54,7 +54,7 @@ | ||
54 | display: block; | 54 | display: block; |
55 | text-align: center; | 55 | text-align: center; |
56 | font-weight: normal; | 56 | font-weight: normal; |
57 | - height: 36px; | 57 | + height: 38px; |
58 | line-height: 34px; | 58 | line-height: 34px; |
59 | color: #777; | 59 | color: #777; |
60 | text-shadow: 0 1px 1px white; | 60 | text-shadow: 0 1px 1px white; |