Skip to content

Commit 878f7fa

Browse files
committed
style: increase resource item gap, set WARP note to 16px
1 parent 6b93259 commit 878f7fa

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

makeitwork.cloud/index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
position: relative;
240240
display: flex;
241241
align-items: center;
242-
gap: 0.75rem;
242+
gap: 1.25rem;
243243
padding: 1rem;
244244
background: var(--bg-card);
245245
border: 1px solid var(--border-dim);
@@ -319,12 +319,11 @@
319319

320320
/* WARP Note */
321321
.warp-note {
322-
font-size: 0.85rem;
322+
font-size: 16px;
323323
color: var(--text-dim);
324324
padding-top: 1rem;
325325
margin-top: 1rem;
326326
text-align: center;
327-
font-weight: 600;
328327
}
329328

330329
.warp-note span {

0 commit comments

Comments
 (0)