Skip to content

Commit

Permalink
Merge pull request #3702 from michaelmichael/fix-square-logos-in-admi…
Browse files Browse the repository at this point in the history
…n-3692

[Admin] Fix Square Logos appearance
  • Loading branch information
spaghetticode authored Jul 17, 2020
2 parents c781cf2 + 02b3182 commit 4076b64
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 4076b64

Please sign in to comment.