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
+3 -2
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;
@@ -106,4 +107,4 @@
}
}
}
}
}