Spaces:
Running
Running
Update index.html
Browse files- index.html +3 -3
index.html
CHANGED
|
@@ -503,7 +503,7 @@
|
|
| 503 |
margin: 0 0 9px;
|
| 504 |
color: var(--coral);
|
| 505 |
font-size: clamp(20px, 5vw, 28px);
|
| 506 |
-
font-weight:
|
| 507 |
line-height: 1.35;
|
| 508 |
}
|
| 509 |
|
|
@@ -516,7 +516,7 @@
|
|
| 516 |
.companions-list li {
|
| 517 |
margin: 5px 0;
|
| 518 |
font-size: clamp(20px, 5vw, 28px);
|
| 519 |
-
font-weight:
|
| 520 |
line-height: 1.35;
|
| 521 |
letter-spacing: .003em;
|
| 522 |
}
|
|
@@ -527,7 +527,7 @@
|
|
| 527 |
font-family: var(--font-serif);
|
| 528 |
font-style: italic;
|
| 529 |
font-size: clamp(20px, 5vw, 28px);
|
| 530 |
-
font-weight:
|
| 531 |
line-height: 1.35;
|
| 532 |
}
|
| 533 |
|
|
|
|
| 503 |
margin: 0 0 9px;
|
| 504 |
color: var(--coral);
|
| 505 |
font-size: clamp(20px, 5vw, 28px);
|
| 506 |
+
font-weight: 1000;
|
| 507 |
line-height: 1.35;
|
| 508 |
}
|
| 509 |
|
|
|
|
| 516 |
.companions-list li {
|
| 517 |
margin: 5px 0;
|
| 518 |
font-size: clamp(20px, 5vw, 28px);
|
| 519 |
+
font-weight: 1000;
|
| 520 |
line-height: 1.35;
|
| 521 |
letter-spacing: .003em;
|
| 522 |
}
|
|
|
|
| 527 |
font-family: var(--font-serif);
|
| 528 |
font-style: italic;
|
| 529 |
font-size: clamp(20px, 5vw, 28px);
|
| 530 |
+
font-weight: 1000;
|
| 531 |
line-height: 1.35;
|
| 532 |
}
|
| 533 |
|