We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 147e5fa commit 09f8b75Copy full SHA for 09f8b75
src/pages/index.js
@@ -198,7 +198,7 @@ with open("chad.txt", "r") as f:
198
199
export default function Home() {
200
201
- const isMobile = typeof window !== 'undefined' && window.innerWidth <= 768;
+ const isMobile = typeof window !== 'undefined' && window.innerWidth <= 1000;
202
203
const {siteConfig} = useDocusaurusContext();
204
0 commit comments