Commit 28d517f58e7acf331f8f85ada1b06eb393d5291d
1 parent
3e4de1de
Exists in
master
and in
4 other branches
Reduce the size of main nav
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/assets/stylesheets/sections/nav.scss
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 | |
7 | 7 | ul { |
8 | 8 | margin: auto; |
9 | - height: 42px; | |
9 | + height: 40px; | |
10 | 10 | overflow: hidden; |
11 | 11 | .count { |
12 | 12 | font-weight: normal; |
... | ... | @@ -78,7 +78,7 @@ |
78 | 78 | text-shadow: 0 1px 1px white; |
79 | 79 | padding: 0 10px; |
80 | 80 | text-decoration: none; |
81 | - padding-top: 4px; | |
81 | + padding-top: 2px; | |
82 | 82 | } |
83 | 83 | } |
84 | 84 | } | ... | ... |