intro-row: cap subtitle at 580px (was 720px) for tighter line length
Browse files- static/index.html +1 -1
static/index.html
CHANGED
|
@@ -61,7 +61,7 @@
|
|
| 61 |
collapses to a single column. */
|
| 62 |
.intro-row {
|
| 63 |
display: grid;
|
| 64 |
-
grid-template-columns: minmax(0,
|
| 65 |
justify-content: start;
|
| 66 |
gap: 28px;
|
| 67 |
align-items: start;
|
|
|
|
| 61 |
collapses to a single column. */
|
| 62 |
.intro-row {
|
| 63 |
display: grid;
|
| 64 |
+
grid-template-columns: minmax(0, 580px) auto;
|
| 65 |
justify-content: start;
|
| 66 |
gap: 28px;
|
| 67 |
align-items: start;
|