Skip to content

Commit 09f8b75

Browse files
committed
fix responsiveness
1 parent 147e5fa commit 09f8b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ with open("chad.txt", "r") as f:
198198

199199
export default function Home() {
200200

201-
const isMobile = typeof window !== 'undefined' && window.innerWidth <= 768;
201+
const isMobile = typeof window !== 'undefined' && window.innerWidth <= 1000;
202202

203203
const {siteConfig} = useDocusaurusContext();
204204

0 commit comments

Comments
 (0)