fix(site): Antidote row left-aligned (drop inherited justify-content: center)

This commit is contained in:
Paul Bakaus
2026-04-22 14:30:33 -07:00
parent 6e9a437920
commit bae622107a
-1
View File
@@ -2274,7 +2274,6 @@ code {
display: flex;
gap: var(--spacing-xl);
align-items: stretch;
justify-content: center;
margin-bottom: var(--spacing-xl);
}