make 404 text more fluid for various screen sizes

pull/95/head
dperolio 2 years ago
parent 98eefb44b5
commit 534bfa3dd8
No known key found for this signature in database
GPG Key ID: 4191689562D51409

@ -30,7 +30,7 @@
span {
grid-row-start: 1;
grid-column-start: 1;
font-size: 220px;
font-size: clamp(50px, 18vw, 220px);
font-weight: 700;
color: var(--text-brand);
--vz-404-stack-height: calc(100% / var(--vz-404-stacks) - 1px);
@ -51,11 +51,11 @@
}
}
&-subheading {
font-size: 50px;
font-size: clamp(50px, 8vw, 100px);
font-weight: 700;
line-height: 1;
text-transform: uppercase;
margin-top: -14px;
margin-bottom: 10px;
padding: 10px;
}
&-description {

Loading…
Cancel
Save