sync
This commit is contained in:
parent
64f7116414
commit
c91373419e
@ -12,8 +12,10 @@ import "../style/index.css";
|
||||
<meta name="description" content={description} />
|
||||
<title>{title}</title>
|
||||
</head>
|
||||
<body class="bg-bkg h-dvh w-full overflow-y-scroll snap-mandatory snap-y scroll-smooth" >
|
||||
<body class="bg-bkg" >
|
||||
<!--<Navbar /> -->
|
||||
<slot />
|
||||
<div class="bg-bkg h-dvh w-full overflow-y-scroll snap-mandatory snap-y scroll-smooth">
|
||||
<slot />
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user