From 5b758af8d6ef9569460dd5750630732767edac2d Mon Sep 17 00:00:00 2001 From: Becky Reamy Date: Fri, 22 Mar 2024 10:27:00 -0400 Subject: [PATCH] KPMP-5233: Fix off size in the middle --- src/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.scss b/src/index.scss index fa20097b..04943da9 100644 --- a/src/index.scss +++ b/src/index.scss @@ -371,7 +371,7 @@ tr.MuiTableRow-root:nth-child(even) { width: 538px; height: 500px; } - @media (max-width: 768px) { + @media (max-width: 508px) { width: 330px; height: 300px; }