Skip to content

Commit 32875eb

Browse files
committed
Style pricing page a bit better
Signed-off-by: Juan Cruz Viotti <[email protected]>
1 parent f1eb656 commit 32875eb

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

content/products/std/_index.html

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -564,14 +564,20 @@ <h3 class="display-6 fw-bold mb-3">Pricing</h3>
564564

565565
<div class="row g-4 mb-4">
566566
<div class="col-12 col-lg-4">
567-
<div class="d-flex flex-column gap-4 h-100">
568-
<div class="card shadow-sm flex-grow-1">
569-
<div class="card-body text-center p-4">
570-
<h3 class="h4 fw-bold mb-2">Community</h3>
571-
<h2 class="display-6 mb-3">Free</h2>
572-
<p class="text-muted mb-2">Free forever for non-commercial projects such as personal projects, open specifications, research, and open-source organisations.</p>
573-
<p class="text-muted fw-light small mb-3">Note: Requires attribution</p>
574-
<a href="https://github.com/sourcemeta/std" class="btn btn-outline-primary">View on GitHub</a>
567+
<div class="position-relative h-100">
568+
<div class="card border shadow-lg h-100">
569+
<div class="card-header py-3 bg-white text-center">
570+
<h3 class="h2 my-0 fw-bold">Community</h3>
571+
</div>
572+
<div class="card-body d-flex flex-column text-center">
573+
<h1 class="display-3 mb-1">Free</h1>
574+
<p class="lead text-muted mb-4">Requires attribution</p>
575+
576+
<p class="text-muted mb-4">Free forever for non-commercial projects such as personal projects, open specifications, research, and open-source organisations.</p>
577+
578+
<div class="mt-auto mb-2">
579+
<a href="https://github.com/sourcemeta/std" class="btn btn-outline-primary btn-lg px-5 mb-3">View on GitHub</a>
580+
</div>
575581
</div>
576582
</div>
577583
</div>

0 commit comments

Comments
 (0)