Skip to content

Commit 4b02ae1

Browse files
authored
Merge pull request #2177 from insectengine/footerimagefix
fix RH logo sizing issue on mobile
2 parents 7ab4cbd + d29f24e commit 4b02ae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_sass/includes/redhat-footer.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
grid-column: 12/13;
5454
justify-self: end;
5555
align-self: center;
56-
img { width: 6rem; }
56+
img { width: 6rem; max-width: none !important;}
5757
@media screen and (max-width: 480px) {
5858
grid-column: 1/13;
5959
justify-self: center;

0 commit comments

Comments
 (0)