Merge pull request #2272 from LayZeeDK/patch-1

fix(footer): Footer logo is overflowing
This commit is contained in:
Alex Wolfe 2016-09-22 21:19:20 -07:00 committed by GitHub
commit 37cebe9746
1 changed files with 3 additions and 2 deletions

View File

@ -25,9 +25,10 @@
}
.logo-inverse-large {
background: url('/resources/images/logos/inverse/shield/shield-large.png') 0px 0px no-repeat;
background: url('/resources/images/logos/inverse/shield/shield-large.png') 0px 0px / contain no-repeat;
height: 200px;
width: 200px;
max-width: 100%;
@include respond-to('mobile') {
display: none;