fixed layout max width
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
<title>My Layout</title>
|
||||
</head>
|
||||
<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">
|
||||
<slot />
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user