We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e943b1d commit 3156590Copy full SHA for 3156590
web/app/layout.tsx
@@ -33,7 +33,10 @@ export default function RootLayout({
33
<head>
34
<meta charSet="UTF-8" />
35
<link rel="icon" type="image/svg+xml" href="/course-mate-icon.svg" />
36
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ <meta
37
+ name="viewport"
38
+ content="width=device-width, initial-scale=1.0, maximum-scale=1.0"
39
+ />
40
<title>CourseMate</title>
41
</head>
42
<body className="h-full">
0 commit comments