Reduce hero headline scale
Browse files- styles.css +1 -1
styles.css
CHANGED
|
@@ -143,7 +143,7 @@ h1, h2, h3, p { margin-top: 0; }
|
|
| 143 |
h1 {
|
| 144 |
margin-bottom: 28px;
|
| 145 |
max-width: 12ch;
|
| 146 |
-
font: 400 clamp(
|
| 147 |
letter-spacing: 0;
|
| 148 |
text-shadow: 0 4px 54px #000;
|
| 149 |
}
|
|
|
|
| 143 |
h1 {
|
| 144 |
margin-bottom: 28px;
|
| 145 |
max-width: 12ch;
|
| 146 |
+
font: 400 clamp(50px, 8vw, 118px)/0.9 var(--display);
|
| 147 |
letter-spacing: 0;
|
| 148 |
text-shadow: 0 4px 54px #000;
|
| 149 |
}
|