6 lines
89 B
CSS
6 lines
89 B
CSS
.termsAndConditions {
|
|
display: grid;
|
|
gap: var(--Space-x1);
|
|
justify-items: start;
|
|
}
|