We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48790d2 commit 5a07a1eCopy full SHA for 5a07a1e
site/assets/css/site.css
@@ -473,13 +473,21 @@ footer a:hover { color: var(--accent); text-decoration: none; }
473
}
474
475
/* Equal-height demo grid */
476
+.grid-2 > div {
477
+ display: flex;
478
+ flex-direction: column;
479
+}
480
.grid-2 .demo {
481
max-width: none;
482
margin: 0;
483
+ flex: 1;
484
485
486
.grid-2 .demo img, .grid-2 .demo video {
487
width: 100%;
- height: auto;
488
+ height: 100%;
489
+ object-fit: cover;
490
+ object-position: top left;
491
492
493
/* ── Install section ── */
0 commit comments