Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Feb 14, 2023
1 parent a0fabc6 commit 09f1bf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}


Expand Down

1 comment on commit 09f1bf3

@vercel
Copy link

@vercel vercel bot commented on 09f1bf3 Feb 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.