dsadsandasdandsao

This commit is contained in:
2022-08-18 19:35:04 +01:00
parent 36db5552bd
commit 2617497ed8

View File

@ -4,9 +4,11 @@
<head> <head>
<title>My Layout</title> <title>My Layout</title>
</head> </head>
<body class="flex justify-center"> <body class="flex justify-center bg-polar-night-400 p-8">
<div class="prose"> <div class="w-1/2">
<div class="prose prose-invert">
<slot /> <slot />
</div> </div>
</div>
</body> </body>
</html> </html>