style(header): shrink aside-hero title to text-3xl on mobile
The long uppercase Symposium hero title ran large at text-4xl on narrow phones. Start at text-3xl, keep md:text-5xl at the desktop breakpoint. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
a76dce449f
commit
ead5dc13c1
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ const hasAside = () => !!slots.aside
|
|||
<p v-if="kicker" class="font-display text-xs uppercase tracking-[0.3em] text-accent">
|
||||
{{ kicker }}
|
||||
</p>
|
||||
<h1 class="mt-3 font-display text-4xl uppercase leading-tight tracking-wider md:text-5xl">
|
||||
<h1 class="mt-3 font-display text-3xl uppercase leading-tight tracking-wider md:text-5xl">
|
||||
{{ title }}
|
||||
</h1>
|
||||
<p v-if="lede" class="mt-6 max-w-prose text-lg leading-relaxed text-foreground/90">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue