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
+8 -7
View File
@@ -8,16 +8,15 @@
}
.booking-title {
display: inline-flex;
align-items: baseline;
justify-content: center;
gap: 14px;
margin-bottom: 28px;
display: block;
text-align: center;
margin: 0 0 28px;
font-family: var(--font-head);
font-size: 68px;
font-weight: 800;
line-height: 0.96;
line-height: 1;
letter-spacing: -0.04em;
text-wrap: balance;
}
.booking-title-plain {
@@ -333,18 +332,20 @@
.field-error {
display: flex;
align-items: center;
align-items: flex-start;
gap: 7px;
margin: 10px 0 0;
color: #c94040;
font-size: 13px;
font-weight: 600;
line-height: 1.4;
animation: fieldErrorIn 0.16s ease;
}
.field-error .icon {
font-size: 13px;
flex-shrink: 0;
margin-top: 2px;
}
@keyframes fieldErrorIn {
+1
View File
@@ -6,6 +6,7 @@ header {
nav,
.mobile-menu,
.hero-inner,
.intro-inner,
.promise-inner,
.services-inner,
.values-inner,
+1 -8
View File
@@ -368,16 +368,9 @@
}
.booking-title {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 2px;
width: 100%;
font-size: 34px;
line-height: 0.98;
line-height: 1.02;
margin-bottom: 24px;
text-align: center;
}
.booking-title-highlight::after {
+2
View File
@@ -377,6 +377,8 @@ footer {
.footer-logo {
display: block;
height: 22px;
width: auto;
margin-bottom: 20px;
}