Skip to content

Commit 42a42fa

Browse files
Stack usage cards vertically to prevent OCI command truncation
1 parent ebf04be commit 42a42fa

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

index.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -303,14 +303,10 @@
303303
/* ── usage section ── */
304304
.usage-grid {
305305
display: grid;
306-
grid-template-columns: 1fr 1fr;
306+
grid-template-columns: 1fr;
307307
gap: 1.5rem;
308308
}
309309

310-
@media (max-width: 640px) {
311-
.usage-grid { grid-template-columns: 1fr; }
312-
}
313-
314310
.usage-card {
315311
background: var(--surface);
316312
border: 1px solid var(--border);

0 commit comments

Comments
 (0)