Skip to content

Commit

Permalink
fix RH logo sizing issue on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
insectengine committed Nov 27, 2024
1 parent 7ab4cbd commit d29f24e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/includes/redhat-footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d29f24e

Please sign in to comment.