From 2a72a0e318571a66bd7478669c786a33bcda93f2 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 (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 74bdb3811..0f323bc9a 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; }