Cleanup pricing page tables, introstrip, css changes

This commit is contained in:
2026-05-02 08:53:36 +12:00
parent b7ea05f150
commit 5f6b47d445
9 changed files with 52 additions and 41 deletions
+9 -3
View File
@@ -180,9 +180,10 @@
.pricing-plan-ribbon {
position: absolute;
top: 18px;
right: 18px;
padding: 6px 10px;
top: 0;
left: 50%;
transform: translate(-50%, -50%);
padding: 6px 12px;
border-radius: 999px;
background: var(--yellow);
color: #000;
@@ -235,6 +236,7 @@
.pricing-plan-cta {
margin-top: 24px;
font-family: var(--font-head);
}
@media (hover: hover) {
@@ -305,6 +307,10 @@
gap: 18px;
}
.pricing-plan-popular {
order: -1;
}
.pricing-plan-card {
padding: 28px 22px;
}