Fixed bottom padding for menu items #16

Merged
qweqq merged 1 commits from master into master 2015-09-16 10:48:45 +03:00
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ nav ul a {
color: #000;
text-decoration: none;
display: block;
padding: 1.9em 0.4em;
padding: 1.9em 0.4em 1.5em 0.4em;
}
nav ul .sub-menu {