Skip to content

Commit b19d0c2

Browse files
authored
Merge pull request #2221 from marko-bekhta/fix/order-in-the-footer-small-screen
Update the order of the footer elements on a small screen
2 parents f8e9734 + c4a160e commit b19d0c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_sass/includes/redhat-footer.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
@media screen and (max-width: 480px) {
4747
grid-column: 1/13;
4848
justify-self: center;
49-
order: 2;
49+
order: 1;
5050
}
5151
}
5252
.redhat-logo {
@@ -57,7 +57,7 @@
5757
@media screen and (max-width: 480px) {
5858
grid-column: 1/13;
5959
justify-self: center;
60-
order: 1;
60+
order: 2;
6161
}
6262
}
6363
}

0 commit comments

Comments
 (0)