fix(blog): Smaller title on mobile
This commit is contained in:
parent
4bcc39cf0b
commit
1f6d7d303b
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ const {
|
|||
<Base pageTitle={title} description={description}>
|
||||
<article>
|
||||
<div class="text-center">
|
||||
<h1 class="mt-20 mb-2 text-5xl font-bold text-transparent bg-clip-text bg-gradient-to-tr from-pink-500 to-indigo-200">{title}</h1>
|
||||
<h1 class="mt-20 mb-2 text-4xl md:text-5xl font-bold text-transparent bg-clip-text bg-gradient-to-tr from-pink-500 to-indigo-200">{title}</h1>
|
||||
{pubDate && <time class="text-base tracking-wider text-zinc-400">{pubDate}</time>}
|
||||
{
|
||||
updatedDate && (
|
||||
|
|
Loading…
Add table
Reference in a new issue