Design language tweaks, improvements

This commit is contained in:
2026-05-13 20:44:01 +12:00
parent de8b60b9c3
commit baafafabdb
22 changed files with 1302 additions and 998 deletions
+4 -4
View File
@@ -1,19 +1,19 @@
/* Featured sections — more breathing room */
#promise,
#services {
padding: 96px 0;
padding: var(--space-section-featured-y) 0;
}
/* Supporting sections */
#values,
#testimonials,
#info {
padding: 72px 0;
padding: var(--space-section-support-y) 0;
}
/* Booking / lead form — neutral */
#newlead {
padding: 80px 0;
padding: var(--space-section-form-y) 0;
}
#hero {
@@ -53,7 +53,7 @@
width: 100%;
max-width: 700px;
margin: 0 auto;
padding: 0 50px 32px;
padding: 0 var(--space-container-x) var(--space-hero-inner-bottom);
gap: 0;
}