Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 37cebe9

Browse files
authored
Merge pull request #2272 from LayZeeDK/patch-1
fix(footer): Footer logo is overflowing
2 parents c348e83 + 6c2ec82 commit 37cebe9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

public/resources/css/module/_footer.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@
2525
}
2626

2727
.logo-inverse-large {
28-
background: url('/resources/images/logos/inverse/shield/shield-large.png') 0px 0px no-repeat;
28+
background: url('/resources/images/logos/inverse/shield/shield-large.png') 0px 0px / contain no-repeat;
2929
height: 200px;
3030
width: 200px;
31+
max-width: 100%;
3132

3233
@include respond-to('mobile') {
3334
display: none;
@@ -106,4 +107,4 @@
106107
}
107108
}
108109
}
109-
}
110+
}

0 commit comments

Comments
 (0)