Skip to content

Commit 0ea76e1

Browse files
committed
fix: align CTA buttons in pricing cards
Remove inconsistent bottom margin and align-self:end from plan buttons so both sit at the same grid row position. The trust row (row 5) already provides bottom spacing for both cards via subgrid.
1 parent f459187 commit 0ea76e1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

pricing.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
font-family:var(--display);letter-spacing:-1px}
6464
.plan-free .plan-divider{margin:0 32px 16px}
6565
.plan-free .plan-features{padding:0 32px;margin-bottom:20px}
66-
.plan-free .plan-btn{margin:0 32px 28px;align-self:end}
66+
.plan-free .plan-btn{margin:0 32px}
6767

6868
/* PRO PLAN */
6969
.plan-pop{border-color:rgba(199,70,52,.45);
@@ -85,7 +85,7 @@
8585
.plan-buy-type{font-size:.78rem;color:var(--text-dim);letter-spacing:1px}
8686
.plan-pop .plan-divider{margin:0 32px 16px}
8787
.plan-pop .plan-features{padding:0 32px;margin-bottom:20px}
88-
.plan-pop .plan-btn{margin:0 32px;align-self:end}
88+
.plan-pop .plan-btn{margin:0 32px}
8989
.plan-pop .plan-trust{margin:16px 32px 28px;display:flex;flex-wrap:wrap;gap:4px 14px;justify-content:center}
9090
.plan-badge{display:inline-block;background:var(--red);color:#fff;
9191
font-size:.62rem;font-weight:700;padding:3px 12px;border-radius:20px;margin-bottom:12px;letter-spacing:1px;text-transform:uppercase}
@@ -180,7 +180,7 @@
180180
.plan-big-price-free{font-size:2rem}
181181
.plan-free .plan-divider{margin:0 20px 14px}
182182
.plan-free .plan-features{padding:0 20px}
183-
.plan-free .plan-btn{margin:0 20px 24px}
183+
.plan-free .plan-btn{margin:0 20px}
184184
.plan-pop .plan-divider{margin:0 20px 14px}
185185
.plan-pop .plan-features{padding:0 20px}
186186
.plan-pop .plan-btn{margin:0 20px}

sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const CACHE_NAME = 'os-v32';
1+
const CACHE_NAME = 'os-v33';
22
const STATIC_EXTS = /\.(css|js|json|woff2?|ttf|eot|svg|png|jpg|jpeg|webp|ico)$/i;
33
const MAX_CACHE_ITEMS = 80;
44
const NETWORK_TIMEOUT = 3000;

0 commit comments

Comments
 (0)