/* Custom styles to override Bootstrap defaults */
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    display: flex;
    align-items: center;
    height: 90px;
}

/* If the icon is an image inside navbar-brand */
.navbar-brand img {
    height: 90px;
    width: auto;
    display: block;
}