From 09f1bf3054ee5ef862d45e3ed71e981e6d324052 Mon Sep 17 00:00:00 2001 From: Theo Sanderson Date: Tue, 14 Feb 2023 22:47:10 +0000 Subject: [PATCH] update --- src/App.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.js b/src/App.js index f91bd6a..f3a7023 100644 --- a/src/App.js +++ b/src/App.js @@ -567,8 +567,8 @@ function App() { let rowWidth= Math.floor(width*.0965); // rowWidth minimum 50 - if (rowWidth < 50) { - rowWidth = 50; + if (rowWidth < 40) { + rowWidth = 40; }