Skip to content

Commit c4a160e

Browse files
committed
Update the order of the footer elements on a small screen
1 parent 695cb38 commit c4a160e

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)