services v.001a

This commit is contained in:
2026-05-06 17:30:31 -04:00
parent 0d6e875158
commit 5b01c1571f
4 changed files with 360 additions and 221 deletions
+1 -1
View File
@@ -472,7 +472,7 @@ body {
/* Parent container for the cards */
.about-card3-wrapper {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-columns: repeat(3, 1fr);
column-gap: 28px;
row-gap: 36px;
align-items: stretch;