adjust icon size

This commit is contained in:
Mario Vavti
2015-05-07 10:35:22 +02:00
parent a1ed2bf2ac
commit 8ca10dcbab
3 changed files with 6 additions and 6 deletions

View File

@@ -26,12 +26,12 @@ nav i {
}
nav ul li {
max-height: 49px;
max-height: 50px;
}
nav img {
height: 48px;
width: 48px;
height: 49px;
width: 49px;
margin-top: 1px;
}