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