fix(05-02): widen test page to max-w-3xl
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ const { data: page } = await useAsyncData('test', () =>
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="min-h-screen bg-white dark:bg-neutral-950">
|
<div class="min-h-screen bg-white dark:bg-neutral-950">
|
||||||
<div class="mx-auto max-w-2xl px-6 py-16">
|
<div class="mx-auto max-w-3xl px-8 py-16">
|
||||||
<header class="mb-10">
|
<header class="mb-10">
|
||||||
<div class="mb-3 text-xs font-semibold uppercase tracking-widest text-neutral-400">
|
<div class="mb-3 text-xs font-semibold uppercase tracking-widest text-neutral-400">
|
||||||
Renderer Test
|
Renderer Test
|
||||||
|
|||||||
Reference in New Issue
Block a user