From d29f24e70c516639ed36b9c688c513b610030d9a Mon Sep 17 00:00:00 2001 From: James Cobb Date: Wed, 27 Nov 2024 11:17:47 -0600 Subject: [PATCH] fix RH logo sizing issue on mobile --- _sass/includes/redhat-footer.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/includes/redhat-footer.scss b/_sass/includes/redhat-footer.scss index 470238740da..e0fa1641c05 100644 --- a/_sass/includes/redhat-footer.scss +++ b/_sass/includes/redhat-footer.scss @@ -53,7 +53,7 @@ grid-column: 12/13; justify-self: end; align-self: center; - img { width: 6rem; } + img { width: 6rem; max-width: none !important;} @media screen and (max-width: 480px) { grid-column: 1/13; justify-self: center;