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; }