@@ -21,7 +21,7 @@ const data = computed<BlogPost>(() => {
|
|||||||
<template>
|
<template>
|
||||||
<main class="px-6 container max-w-5xl mx-auto">
|
<main class="px-6 container max-w-5xl mx-auto">
|
||||||
<header>
|
<header>
|
||||||
<h1 class="sm:text-xl md:text-3xl lg:text-5xl m-7 font-bold text-center">
|
<h1 class="md:text-xl lg:text-5xl m-7 font-bold text-center">
|
||||||
{{ data.title || '' }}
|
{{ data.title || '' }}
|
||||||
</h1>
|
</h1>
|
||||||
<NuxtImg
|
<NuxtImg
|
||||||
@@ -49,7 +49,7 @@ const data = computed<BlogPost>(() => {
|
|||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
<div
|
<div
|
||||||
class="prose md:prose-lg prose-h1:no-underline max-w-5xl mx-auto prose-zinc prose-img:rounded-lg"
|
class="prose prose-pre:max-w-xs sm:prose-pre:max-w-full md:prose-lg prose-h1:no-underline max-w-5xl mx-auto prose-zinc prose-img:rounded-lg"
|
||||||
>
|
>
|
||||||
<ContentDoc>
|
<ContentDoc>
|
||||||
<template #not-found>
|
<template #not-found>
|
||||||
|
|||||||
Reference in New Issue
Block a user