Skip to content

Commit

Permalink
Fixed: Mass Editor Footer on Smaller Screens
Browse files Browse the repository at this point in the history
(cherry picked from commit 9afcec8b1ffc11da93ae50b73f77f5ebe6e12391)
  • Loading branch information
stevietv authored and Qstick committed Jun 7, 2022
1 parent 397e2bf commit 2a72a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Components/Page/PageContentFooter.css
Expand Up @@ -19,7 +19,7 @@
}
}

@media only screen and (max-width: $breakpointLarge) {
@media only screen and (max-width: $breakpointExtraLarge) {
.contentFooter {
flex-wrap: wrap;
}
Expand Down

0 comments on commit 2a72a0e

Please sign in to comment.