19 lines
287 B
CSS
19 lines
287 B
CSS
|
.staticDynamic {
|
||
|
composes: g-grid-container from global;
|
||
|
display: grid;
|
||
|
grid-gap: 64px;
|
||
|
justify-items: center;
|
||
|
}
|
||
|
|
||
|
.content {
|
||
|
max-width: 784px;
|
||
|
text-align: center;
|
||
|
}
|
||
|
.description {
|
||
|
composes: g-type-body-large from global;
|
||
|
color: var(--gray-2);
|
||
|
}
|
||
|
.heading {
|
||
|
margin: 0;
|
||
|
}
|