Spaces:
Running
Running
Update index.html
Browse files- index.html +18 -9
index.html
CHANGED
|
@@ -36,7 +36,6 @@
|
|
| 36 |
--coral: #D08A7A;
|
| 37 |
--coral-deep: #B8705F;
|
| 38 |
--rose: #EDD3CD;
|
| 39 |
-
--pink-title: #EDD3CD;
|
| 40 |
--cream: #F3EFE9;
|
| 41 |
--paper: #FFFDF8;
|
| 42 |
--ink: rgba(37, 75, 107, .82);
|
|
@@ -502,8 +501,8 @@
|
|
| 502 |
|
| 503 |
.companions-title {
|
| 504 |
margin: 0 0 9px;
|
| 505 |
-
color: var(--
|
| 506 |
-
font-size: clamp(
|
| 507 |
font-weight: 900;
|
| 508 |
line-height: 1.35;
|
| 509 |
}
|
|
@@ -516,9 +515,9 @@
|
|
| 516 |
|
| 517 |
.companions-list li {
|
| 518 |
margin: 5px 0;
|
| 519 |
-
font-size: clamp(
|
| 520 |
font-weight: 900;
|
| 521 |
-
line-height: 1.
|
| 522 |
letter-spacing: .003em;
|
| 523 |
}
|
| 524 |
|
|
@@ -527,7 +526,7 @@
|
|
| 527 |
color: var(--coral);
|
| 528 |
font-family: var(--font-serif);
|
| 529 |
font-style: italic;
|
| 530 |
-
font-size: clamp(
|
| 531 |
font-weight: 900;
|
| 532 |
line-height: 1.35;
|
| 533 |
}
|
|
@@ -585,9 +584,19 @@
|
|
| 585 |
.table-name[data-long="true"] { font-size: clamp(28px, 7.5vw, 46px); }
|
| 586 |
.reveal-divider { margin-top: 16px; }
|
| 587 |
.companions { margin-top: 12px; }
|
| 588 |
-
.companions-title {
|
| 589 |
-
|
| 590 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 591 |
.again { height: 48px; margin-top: 20px; }
|
| 592 |
}
|
| 593 |
|
|
|
|
| 36 |
--coral: #D08A7A;
|
| 37 |
--coral-deep: #B8705F;
|
| 38 |
--rose: #EDD3CD;
|
|
|
|
| 39 |
--cream: #F3EFE9;
|
| 40 |
--paper: #FFFDF8;
|
| 41 |
--ink: rgba(37, 75, 107, .82);
|
|
|
|
| 501 |
|
| 502 |
.companions-title {
|
| 503 |
margin: 0 0 9px;
|
| 504 |
+
color: var(--coral);
|
| 505 |
+
font-size: clamp(20px, 5vw, 28px);
|
| 506 |
font-weight: 900;
|
| 507 |
line-height: 1.35;
|
| 508 |
}
|
|
|
|
| 515 |
|
| 516 |
.companions-list li {
|
| 517 |
margin: 5px 0;
|
| 518 |
+
font-size: clamp(20px, 5vw, 28px);
|
| 519 |
font-weight: 900;
|
| 520 |
+
line-height: 1.35;
|
| 521 |
letter-spacing: .003em;
|
| 522 |
}
|
| 523 |
|
|
|
|
| 526 |
color: var(--coral);
|
| 527 |
font-family: var(--font-serif);
|
| 528 |
font-style: italic;
|
| 529 |
+
font-size: clamp(20px, 5vw, 28px);
|
| 530 |
font-weight: 900;
|
| 531 |
line-height: 1.35;
|
| 532 |
}
|
|
|
|
| 584 |
.table-name[data-long="true"] { font-size: clamp(28px, 7.5vw, 46px); }
|
| 585 |
.reveal-divider { margin-top: 16px; }
|
| 586 |
.companions { margin-top: 12px; }
|
| 587 |
+
.companions-title {
|
| 588 |
+
margin-bottom: 6px;
|
| 589 |
+
font-size: clamp(18px, 4.4vw, 24px);
|
| 590 |
+
}
|
| 591 |
+
.companions-list li {
|
| 592 |
+
margin: 3px 0;
|
| 593 |
+
font-size: clamp(18px, 4.4vw, 24px);
|
| 594 |
+
line-height: 1.35;
|
| 595 |
+
}
|
| 596 |
+
.cheers {
|
| 597 |
+
margin-top: 10px;
|
| 598 |
+
font-size: clamp(18px, 4.4vw, 24px);
|
| 599 |
+
}
|
| 600 |
.again { height: 48px; margin-top: 20px; }
|
| 601 |
}
|
| 602 |
|