lvwerra HF Staff commited on
Commit
2ee6fa0
·
verified ·
1 Parent(s): 052e05b

intro-row: cap subtitle at 580px (was 720px) for tighter line length

Browse files
Files changed (1) hide show
  1. 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, 720px) auto;
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;