Commit 6253c752 by PLN (Algolia)

fix(parvagues): reduce hero title font to fit mobile (11vw, min 2.5rem)

parent 9d8b8a61
...@@ -27,7 +27,7 @@ export default function Hero() { ...@@ -27,7 +27,7 @@ export default function Hero() {
<h1 <h1
className="font-display font-extrabold leading-none tracking-tight" className="font-display font-extrabold leading-none tracking-tight"
style={{ style={{
fontSize: 'clamp(3rem, 12vw, 9rem)', fontSize: 'clamp(2.5rem, 11vw, 9rem)',
textShadow: '0 0 80px rgba(217,0,255,0.2), 0 0 160px rgba(217,0,255,0.08)', textShadow: '0 0 80px rgba(217,0,255,0.2), 0 0 160px rgba(217,0,255,0.08)',
}} }}
> >
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment