fix font size

Signed-off-by: nurRiyad <asadnurriyad@gmail.com>
This commit is contained in:
nurRiyad
2023-01-12 01:35:14 +06:00
parent 49723c532c
commit 30c761c5de

View File

@@ -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="md:text-xl lg:text-5xl m-7 font-bold text-center"> <h1 class="text-xl md:text-3xl 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 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" class="prose prose-pre:max-w-xs sm:prose-pre:max-w-full prose-sm sm:prose-base 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>