Update accent-font size in hero section
This commit is contained in:
parent
f0753d0e7a
commit
89db9d66ad
|
|
@ -18,7 +18,7 @@
|
||||||
margin-bottom: .4em;
|
margin-bottom: .4em;
|
||||||
}
|
}
|
||||||
.hero-title .accent-font {
|
.hero-title .accent-font {
|
||||||
font-size: 1.5em;
|
font-size: clamp(1.25em, 3vmax, 1.5em);
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue