Fix navbar image height

This commit is contained in:
rubenwardy 2018-05-17 23:01:15 +01:00
parent 3004dbeb4e
commit 7396ed9105
No known key found for this signature in database
GPG Key ID: A1E29D52FF81513C
1 changed files with 4 additions and 0 deletions

View File

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