3d1f483a23
* website: upgrade global-styles packages * website: move community page to CSS modules * website: replace g-container with g-grid-container * website: hide alert-banner on mobile * website: backfill missing global type styles * website: fix code font-size in download custom content * website: bump to latest patched dependencies
20 lines
329 B
CSS
20 lines
329 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 {
|
|
composes: g-type-display-2 from global;
|
|
margin: 0;
|
|
}
|