Files
2025-11-24 07:24:52 +00:00

6 lines
89 B
CSS

.termsAndConditions {
display: grid;
gap: var(--Space-x1);
justify-items: start;
}