fix final design

Signed-off-by: nurRiyad <asadnurriyad@gmail.com>
This commit is contained in:
nurRiyad
2023-01-12 00:17:18 +06:00
parent 61803d8b9c
commit ddeab6708d

View File

@@ -21,7 +21,7 @@ const data = computed<BlogPost>(() => {
<template>
<main class="px-6 container max-w-5xl mx-auto">
<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 || '' }}
</h1>
<NuxtImg
@@ -49,7 +49,7 @@ const data = computed<BlogPost>(() => {
</div>
</header>
<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>
<template #not-found>