diff --git a/public/resources/css/module/_footer.scss b/public/resources/css/module/_footer.scss index 14ab30a64c..ff72772677 100644 --- a/public/resources/css/module/_footer.scss +++ b/public/resources/css/module/_footer.scss @@ -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 @@ } } } -} \ No newline at end of file +}