open-consul/website/components/static-dynamic-diagram/style.module.css
Zachary Shilton 3d1f483a23
Upgrade global styles (#10692)
* 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
2021-08-20 12:20:01 -04:00

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;
}