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
+12 -5
View File
@@ -253,9 +253,10 @@
.service-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;
@@ -348,8 +349,10 @@
}
.service-plan-cta {
display: inline-flex;
margin-top: 28px;
display: flex;
width: fit-content;
margin: 28px auto 0;
font-family: var(--font-head);
}
.service-extras {
@@ -464,6 +467,10 @@
gap: 24px;
}
.service-plan-popular {
order: -1;
}
.service-highlight,
.service-pricing,
.service-benefits {