responsive fix
This commit is contained in:
parent
9d4178f1de
commit
7f2e6f9850
|
|
@ -49,6 +49,9 @@ export default function RootLayout({ children }: IProps) {
|
||||||
className={`${aeroport.variable} ${mw.variable} ${roboto.variable} ${mw_sans.variable} ${alexandria.variable}`}>
|
className={`${aeroport.variable} ${mw.variable} ${roboto.variable} ${mw_sans.variable} ${alexandria.variable}`}>
|
||||||
<head>
|
<head>
|
||||||
<link rel="icon" href="/logo.png" sizes="any" />
|
<link rel="icon" href="/logo.png" sizes="any" />
|
||||||
|
<meta
|
||||||
|
name="viewport"
|
||||||
|
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no;"></meta>
|
||||||
</head>
|
</head>
|
||||||
<body className="relative overflow-x-hidden">
|
<body className="relative overflow-x-hidden">
|
||||||
<QueryProvider>{children}</QueryProvider>
|
<QueryProvider>{children}</QueryProvider>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue