Template:Spec.css: Difference between revisions

No edit summary
No edit summary
Line 7: Line 7:


#firstHeading {
#firstHeading {
font-weight: 400;
font-weight: 700;
font-stretch: 75%;
font-stretch: 75%;
font-size: clamp(2rem, 8vw, 8rem);
font-size: clamp(2rem, 8vw, 8rem);
Line 24: Line 24:
&::after {
&::after {
font-size: 0.8rem;
font-weight: 400;
text-transform: uppercase;
font-stretch: 100%;
font-style: normal;
font-weight: 500;
margin-top: .5rem;
letter-spacing: 9%;
color: var(--colour-grey-600);
color: var(--colour-grey-600);
}
}