Skip to content

Commit b9a81f4

Browse files
committed
fixed
1 parent ba978a1 commit b9a81f4

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,7 @@ const pgServer = new PostgresServer(mongoClient, 'mydb', {
412412
.package-features li {
413413
padding: 8px 0 8px 30px;
414414
position: relative;
415+
list-style: none;
415416
}
416417

417418
.package-features li:before {
@@ -507,7 +508,6 @@ const pgServer = new PostgresServer(mongoClient, 'mydb', {
507508
<h3>Enterprise</h3>
508509
<div class="pricing-cost">
509510
<span class="price">Contact</span>
510-
<span class="price-period">custom pricing</span>
511511
</div>
512512
<p class="pricing-description">For large organizations and OEM licensing</p>
513513
</div>
@@ -551,7 +551,7 @@ const pgServer = new PostgresServer(mongoClient, 'mydb', {
551551
</ul>
552552
</div>
553553
</div>
554-
<div class="community-cta" styles="z-index=100;">
554+
<div class="community-cta" style="z-index:100; position:relative;">
555555
<a href="getting-started/installation/" class="md-button">
556556
Get Started Free
557557
</a>

docs/stylesheets/home.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ body.homepage .md-content__inner > :not(.hero):not(.features-section):not(.code-
284284
bottom: 0;
285285
background-image: url('data:image/svg+xml;utf8,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><path d="M54 22c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm-48 0c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm6 18c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm12 0c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm12 0c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm12 0c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z" fill="rgba(76, 175, 80, 0.03)"/></svg>');
286286
opacity: 0.5;
287+
z-index: 0;
287288
}
288289

289290
.code-sample-section .section-title h2 {
@@ -413,12 +414,16 @@ body.homepage .md-content__inner > :not(.hero):not(.features-section):not(.code-
413414
.code-sample-buttons {
414415
text-align: center;
415416
margin-top: 2.5rem;
417+
position: relative;
418+
z-index: 10;
416419
}
417420

418421
.code-sample-buttons .md-button {
419422
min-width: 200px;
420423
font-weight: 600;
421424
padding: 0.8rem 1.8rem;
425+
position: relative;
426+
z-index: 10;
422427
}
423428

424429
@media (max-width: 1024px) {

docs/support/license-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The Commercial License prohibits:
4545
- Removing copyright notices
4646

4747
### Do I need a license for each developer or for each deployment?
48-
Our pricing is structured per developer for the Developer License. The Business License covers unlimited developers. There are no additional per-deployment or per-server fees.
48+
Pricing is tiered based on the number of developers at your organization, and the number of MongoDB servers you will be using QueryLeaf with. See the pricing section on the [homepage](/) for more information.
4949

5050
### Do I need to purchase a separate license for the PostgreSQL Server?
5151
No, all server components (Web Server and PostgreSQL Server) are included in the same Commercial License. There's no need to purchase separate licenses for different components.

0 commit comments

Comments
 (0)