This commit is contained in:
Cyril Šebek 2024-04-03 21:01:31 +02:00
parent 64f7116414
commit c91373419e
Signed by: blboun3
SSH Key Fingerprint: SHA256:n9dMtOPzgsD+CCerUJslEnU2dzVanbaIv0XDQVRVjeg

View File

@ -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>