Skip to content

Commit

Permalink
updating aspect ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
sam9116 committed Feb 3, 2024
1 parent d02c804 commit 6795bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function App() {
};
return (
<div className="App">
{width/height < 1.5 ? (
{width/height < 1 ? (
<Grid
className="App-header"
container
Expand Down

0 comments on commit 6795bc0

Please sign in to comment.