fix(blog): Smaller title on mobile

This commit is contained in:
saibotk 2024-02-21 20:44:59 +01:00
parent 4bcc39cf0b
commit 1f6d7d303b
Signed by: saibotk
GPG key ID: 67585F0065E261D5

View file

@ -19,7 +19,7 @@ const {
<Base pageTitle={title} description={description}> <Base pageTitle={title} description={description}>
<article> <article>
<div class="text-center"> <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>} {pubDate && <time class="text-base tracking-wider text-zinc-400">{pubDate}</time>}
{ {
updatedDate && ( updatedDate && (