diff --git a/_sass/includes/redhat-footer.scss b/_sass/includes/redhat-footer.scss index e0fa1641c0..0940cb77ff 100644 --- a/_sass/includes/redhat-footer.scss +++ b/_sass/includes/redhat-footer.scss @@ -46,7 +46,7 @@ @media screen and (max-width: 480px) { grid-column: 1/13; justify-self: center; - order: 2; + order: 1; } } .redhat-logo { @@ -57,7 +57,7 @@ @media screen and (max-width: 480px) { grid-column: 1/13; justify-self: center; - order: 1; + order: 2; } } }