mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-14 18:59:59 +01:00
Working on blog post
This commit is contained in:
@@ -14,11 +14,11 @@ defineProps({
|
||||
<template>
|
||||
<div>
|
||||
<h1
|
||||
class="text-2xl font-bold tracking-tight text-zinc-800 dark:text-zinc-100"
|
||||
class="text-3xl font-bold tracking-tight text-zinc-800 dark:text-zinc-100"
|
||||
>
|
||||
{{ title }}
|
||||
</h1>
|
||||
<p class="mt-6 text-base">
|
||||
<p class="mt-4 text-base">
|
||||
{{ description }}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user