You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
consul/website/components/static-dynamic-diagram/style.module.css

20 lines
329 B

.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 {
composes: g-type-display-2 from global;
margin: 0;
}