jfrery-zama commited on
Commit
b1a746b
·
unverified ·
1 Parent(s): 2b4aae4
Files changed (1) hide show
  1. index.html +5 -5
index.html CHANGED
@@ -137,10 +137,10 @@
137
  letter-spacing: -0.02em;
138
  }
139
 
140
- .cards-wrapper {
141
- display: grid;
142
- gap: calc(var(--spacing-unit) * 3);
143
- grid-template-columns: repeat(auto-fit, minmax(min(380px, 100%), 1fr));
144
  }
145
 
146
  .card {
@@ -367,7 +367,7 @@
367
  <h2 id="step1">1. Keys</h2>
368
  <div class="card-content">
369
  <div class="controls" style="margin-top: 0;">
370
- <p id="keygenStatus" class="status" aria-live="polite">Generate new keys (a few minutes on first run)</p>
371
  <span id="keygenSpin" class="loader" hidden aria-label="Generating keys"></span>
372
  </div>
373
  <div style="display:flex; gap:var(--spacing-unit); margin-top:auto">
 
137
  letter-spacing: -0.02em;
138
  }
139
 
140
+ .cards-wrapper {
141
+ display: grid;
142
+ gap: calc(var(--spacing-unit) * 6);
143
+ grid-template-columns: 1fr;
144
  }
145
 
146
  .card {
 
367
  <h2 id="step1">1. Keys</h2>
368
  <div class="card-content">
369
  <div class="controls" style="margin-top: 0;">
370
+ <p id="keygenStatus" class="status" aria-live="polite">Generate new keys and send them to the server (requires a 130MB upload). Keys can then be loaded (instantly).</p>
371
  <span id="keygenSpin" class="loader" hidden aria-label="Generating keys"></span>
372
  </div>
373
  <div style="display:flex; gap:var(--spacing-unit); margin-top:auto">