Merge pull request #2272 from LayZeeDK/patch-1
fix(footer): Footer logo is overflowing
This commit is contained in:
commit
37cebe9746
|
@ -25,9 +25,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo-inverse-large {
|
.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;
|
height: 200px;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
|
max-width: 100%;
|
||||||
|
|
||||||
@include respond-to('mobile') {
|
@include respond-to('mobile') {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Reference in New Issue