We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edea136 commit 01bdcc4Copy full SHA for 01bdcc4
_includes/hero.html
@@ -6,6 +6,7 @@ <h1 class="title center-text">
6
Servo aims to empower developers with a lightweight, high-performance alternative for embedding web technologies in applications.
7
</h1>
8
<div class="center-text cta-container">
9
+ <a class="button button--hero" href="/contributing/">Get Involved</a>
10
<a class="button button--hero" target="_blank" href="https://opencollective.com/servo">Donate</a>
11
</div>
12
assets/css/style.css.liquid
@@ -439,7 +439,10 @@ nav .inner-container {
439
}
440
441
.cta-container {
442
+ display: flex;
443
+ justify-content: center;
444
padding: var(--24px) 0;
445
+ gap: var(--16px);
446
447
448
.features {
0 commit comments