Skip to content

Commit 0117ddc

Browse files
sebbycorpclaude
authored andcommitted
fix: center Two Ways to Evaluate grid for 2 columns
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1908cdc commit 0117ddc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

static/css/style.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,8 +626,10 @@ section {
626626

627627
.interfaces-grid {
628628
display: grid;
629-
grid-template-columns: repeat(3, 1fr);
629+
grid-template-columns: repeat(2, 1fr);
630630
gap: 1.5rem;
631+
max-width: 700px;
632+
margin: 0 auto;
631633
}
632634

633635
@media (max-width: 768px) {

0 commit comments

Comments
 (0)