fix: add viewport meta tag to root layout head to enable proper responsive rendering on mobile viewports
This commit is contained in:
@@ -95,6 +95,7 @@ export default async function RootLayout({
|
||||
return (
|
||||
<html lang="id">
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<style dangerouslySetInnerHTML={{
|
||||
__html: themeVariables
|
||||
}} />
|
||||
|
||||
Reference in New Issue
Block a user