Increase maximum brand image height.

This commit is contained in:
Paulo Reis 2016-06-17 14:55:04 +01:00
parent 732a0fdca0
commit 7316a429c0

View file

@ -381,14 +381,15 @@
padding: 1rem 2rem; padding: 1rem 2rem;
.navbar-brand { .navbar-brand {
position: absolute;
top: 5px;
bottom: 5px;
width: 135px;
padding: 0;
background-image: url('/img/logo.png'); background-image: url('/img/logo.png');
background-size: contain; background-size: contain;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: left center; background-position: left center;
height: 37px;
margin-top: 10px;
padding: 0;
width: 135px;
} }
@media @media
only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2),