Commit 28d517f58e7acf331f8f85ada1b06eb393d5291d

Authored by Dmitriy Zaporozhets
1 parent 3e4de1de

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,7 +6,7 @@
6 6
7 ul { 7 ul {
8 margin: auto; 8 margin: auto;
9 - height: 42px; 9 + height: 40px;
10 overflow: hidden; 10 overflow: hidden;
11 .count { 11 .count {
12 font-weight: normal; 12 font-weight: normal;
@@ -78,7 +78,7 @@ @@ -78,7 +78,7 @@
78 text-shadow: 0 1px 1px white; 78 text-shadow: 0 1px 1px white;
79 padding: 0 10px; 79 padding: 0 10px;
80 text-decoration: none; 80 text-decoration: none;
81 - padding-top: 4px; 81 + padding-top: 2px;
82 } 82 }
83 } 83 }
84 } 84 }