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 | 5 | |
6 | 6 | ul { |
7 | 7 | margin: auto; |
8 | - height: 39px; | |
8 | + height: 41px; | |
9 | 9 | position: relative; |
10 | 10 | top: 3px; |
11 | 11 | overflow: hidden; |
... | ... | @@ -54,7 +54,7 @@ |
54 | 54 | display: block; |
55 | 55 | text-align: center; |
56 | 56 | font-weight: normal; |
57 | - height: 36px; | |
57 | + height: 38px; | |
58 | 58 | line-height: 34px; |
59 | 59 | color: #777; |
60 | 60 | text-shadow: 0 1px 1px white; | ... | ... |