Skip to content

Commit

Permalink
Add height to logo container in admin and set logos to max-height/wi…
Browse files Browse the repository at this point in the history
…dth of 100%
  • Loading branch information
Michael Caviness committed Jul 14, 2020
1 parent 7073fd9 commit 02b3182
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -355,8 +355,11 @@ nav.menu {

.brand-link {
display: block;
height: $main-header-height - 1px;
overflow: hidden;

img {
max-width: 125px;
max-height: 100%;
max-width: 100%;
}
}

0 comments on commit 02b3182

Please sign in to comment.