Spaces:
Running
Running
Make landing page tagline bold
Browse files- index.html +1 -0
index.html
CHANGED
|
@@ -116,6 +116,7 @@
|
|
| 116 |
.lead {
|
| 117 |
margin: 0;
|
| 118 |
font-size: clamp(15px, 1.6vw, 18px);
|
|
|
|
| 119 |
color: var(--fg-dim);
|
| 120 |
max-width: 62ch;
|
| 121 |
line-height: 1.65;
|
|
|
|
| 116 |
.lead {
|
| 117 |
margin: 0;
|
| 118 |
font-size: clamp(15px, 1.6vw, 18px);
|
| 119 |
+
font-weight: 700;
|
| 120 |
color: var(--fg-dim);
|
| 121 |
max-width: 62ch;
|
| 122 |
line-height: 1.65;
|