From 86777e021bca4470739a900a04cf319d39d67171 Mon Sep 17 00:00:00 2001 From: Stevie Robinson Date: Sun, 23 Jan 2022 21:47:43 +0100 Subject: [PATCH] Fixed: Mass Editor Footer on Smaller Screens Closes #6968 (cherry picked from commit 9afcec8b1ffc11da93ae50b73f77f5ebe6e12391) --- frontend/src/Components/Page/PageContentFooter.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Components/Page/PageContentFooter.css b/frontend/src/Components/Page/PageContentFooter.css index cd942ea7d..4709af871 100644 --- a/frontend/src/Components/Page/PageContentFooter.css +++ b/frontend/src/Components/Page/PageContentFooter.css @@ -19,7 +19,7 @@ } } -@media only screen and (max-width: $breakpointLarge) { +@media only screen and (max-width: $breakpointExtraLarge) { .contentFooter { flex-wrap: wrap; }