Fix navbar image height

This commit is contained in:
rubenwardy
2018-05-17 23:01:15 +01:00
parent 3004dbeb4e
commit 7396ed9105

View File

@ -39,6 +39,10 @@ nav a:hover {
text-decoration: none;
}
nav img {
height: 1em;
}
li.dropdown {
position: relative;
display: inline-block;