Skip to content

Commit

Permalink
changed screen size
Browse files Browse the repository at this point in the history
  • Loading branch information
DanL2015 committed Apr 11, 2024
1 parent 7d77de1 commit cc499f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/app/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export default function Home() {
"NumPy",
"Pandas",
"Seaborn",
"SciKit-Learn",
];
return (
<main className="content-container">
Expand Down
3 changes: 1 addition & 2 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ module.exports = {
},
screens: {
sm: "640px",
md: "768px",
lg: "1024px",
md: "1024px",
},
},
},
Expand Down

0 comments on commit cc499f9

Please sign in to comment.