Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -379,6 +379,10 @@ flex-grow: 1;
|
|
| 379 |
it clamps and .what sits inline. */
|
| 380 |
flex-basis: calc((500px - 100%) * 999);
|
| 381 |
min-width: 0;
|
|
|
|
|
|
|
|
|
|
|
|
|
| 382 |
}
|
| 383 |
.bsh .stop .what b { color: var(--bark); font-weight: 700; }
|
| 384 |
.bsh .stop .what .note { display: block; font-size: 13px; color: var(--ink); opacity: 0.85; }
|
|
|
|
| 379 |
it clamps and .what sits inline. */
|
| 380 |
flex-basis: calc((500px - 100%) * 999);
|
| 381 |
min-width: 0;
|
| 382 |
+
/* When wrapped (narrow), indent to align with .when (pin margin 19 +
|
| 383 |
+
pin 38 + gap 14 = 71). When inline (wide), clamps to 0 — the flex
|
| 384 |
+
gap handles spacing. */
|
| 385 |
+
padding-left: clamp(0px, (500px - 100%) * 9999, 71px);
|
| 386 |
}
|
| 387 |
.bsh .stop .what b { color: var(--bark); font-weight: 700; }
|
| 388 |
.bsh .stop .what .note { display: block; font-size: 13px; color: var(--ink); opacity: 0.85; }
|