fixed layout max width

This commit is contained in:
2022-08-20 15:40:51 +01:00
parent f97cbc0ee4
commit 056bc729fe

View File

@ -5,7 +5,7 @@
<title>My Layout</title> <title>My Layout</title>
</head> </head>
<body class="flex justify-center bg-polar-night-400 p-8"> <body class="flex justify-center bg-polar-night-400 p-8">
<div class="w-1/2"> <div class="w-full max-w-xl">
<div class="prose prose-invert"> <div class="prose prose-invert">
<slot /> <slot />
</div> </div>