3
0
mirror of https://git.coop/cotech/website.git synced 2025-12-18 00:47:34 +00:00

Align cotents of box

This commit is contained in:
Chris Lowis
2025-12-15 13:17:22 +00:00
parent 2560dafcae
commit 702d42f892

View File

@ -174,6 +174,9 @@ section {
border: 1px solid var(--cotech-dark-grey);
border-radius: var(--space-sm);
padding: var(--space-sm);
display: flex;
justify-content: center;
}
}
.stack {