We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b93259 commit 878f7faCopy full SHA for 878f7fa
1 file changed
makeitwork.cloud/index.html
@@ -239,7 +239,7 @@
239
position: relative;
240
display: flex;
241
align-items: center;
242
- gap: 0.75rem;
+ gap: 1.25rem;
243
padding: 1rem;
244
background: var(--bg-card);
245
border: 1px solid var(--border-dim);
@@ -319,12 +319,11 @@
319
320
/* WARP Note */
321
.warp-note {
322
- font-size: 0.85rem;
+ font-size: 16px;
323
color: var(--text-dim);
324
padding-top: 1rem;
325
margin-top: 1rem;
326
text-align: center;
327
- font-weight: 600;
328
}
329
330
.warp-note span {
0 commit comments