lvwerra HF Staff commited on
Commit
314bac0
·
verified ·
1 Parent(s): 11f9384

Subtitle: cap at 880px so it matches title+button row width

Browse files
Files changed (1) hide show
  1. static/index.html +3 -0
static/index.html CHANGED
@@ -65,6 +65,9 @@
65
  font-size: 13px; font-weight: 300; line-height: 1.55;
66
  color: var(--muted);
67
  margin-top: 8px;
 
 
 
68
  }
69
  .subtitle a {
70
  color: var(--accent);
 
65
  font-size: 13px; font-weight: 300; line-height: 1.55;
66
  color: var(--muted);
67
  margin-top: 8px;
68
+ /* Match the title + button row's natural content width so the paragraph
69
+ doesn't run all the way to the toolbar on wide screens. */
70
+ max-width: 880px;
71
  }
72
  .subtitle a {
73
  color: var(--accent);