Skip to content

Commit

Permalink
update layout
Browse files Browse the repository at this point in the history
  • Loading branch information
eashaw committed Oct 3, 2023
1 parent 79fd7b8 commit a3d5a1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions website/assets/styles/pages/pricing.less
Original file line number Diff line number Diff line change
Expand Up @@ -457,9 +457,11 @@
}
[purpose='free-tier-card'] {
padding: 24px;
justify-content: center;
}
[purpose='premium-tier-card'] {
padding: 24px;
justify-content: center;
}
[purpose='pricing-categories-table'] {
margin-bottom: 40px;
Expand Down
2 changes: 1 addition & 1 deletion website/views/pages/pricing.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<a purpose="card-button" class="btn btn-block btn-lg btn-primary mx-auto" href="/try-fleet">Get started free</a>
</div>
<%// Fleet Premium tier card %>
<div purpose="premium-card" class="d-flex flex-column">
<div purpose="premium-card" class="d-flex flex-column justify-content-center">
<div purpose="premium-tier-card" class="card d-flex h-100 flex-column">
<div purpose="pricing-tier-title">
<div class="d-flex flex-column justify-content-between">
Expand Down

0 comments on commit a3d5a1e

Please sign in to comment.