lvwerra HF Staff commited on
Commit
7c30d5e
·
verified ·
1 Parent(s): 9c88db3

Constrain skill-cta width to match the steps (880px)

Browse files

The 'Hand the setup to your agent' box had no max-width and stretched to the full body width (~1140px), while the steps below it cap at 880px. Match them. (Was lost from the previous PR — merged before this commit landed.)

Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -146,7 +146,7 @@
146
  .skill-cta {
147
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
148
  background: var(--accent-soft); border: 1px solid #c3d2ec; border-radius: 4px;
149
- padding: 14px 16px; margin: 20px 0 6px;
150
  }
151
  .skill-cta .txt { font-size: 12.5px; color: var(--ink-2); line-height: 1.5; flex: 1; min-width: 220px; }
152
  .skill-cta .txt b { font-weight: 600; }
 
146
  .skill-cta {
147
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
148
  background: var(--accent-soft); border: 1px solid #c3d2ec; border-radius: 4px;
149
+ padding: 14px 16px; margin: 20px 0 6px; max-width: 880px;
150
  }
151
  .skill-cta .txt { font-size: 12.5px; color: var(--ink-2); line-height: 1.5; flex: 1; min-width: 220px; }
152
  .skill-cta .txt b { font-weight: 600; }