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>
<title>My Layout</title>
</head>
<body class="flex justify-center">
<div class="prose">
<slot />
<body class="flex justify-center bg-polar-night-400 p-8">
<div class="w-1/2">
<div class="prose prose-invert">
<slot />
</div>
</div>
</body>
</html>