mirror of
https://github.com/status-im/consul.git
synced 2025-01-25 21:19:12 +00:00
5f8797dad3
* Initial structure for updated homepage * Bring back <UseCases /> * Add section stubs * Add ecosystem section * Add features section * Iron out features section * Add Learn Callout section * Copy updates * Better together copy * Add updated copy & swap assets * Remove comment & just add existing icon for now * Copy and asset tweaks * Remove unwanted copy * Process the codeblock * Add transparent img * Swap for transparent img * More transparent img * Use Learn cards pattern * Rearrange img and finishing padding touches
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;
|
|
}
|