Design language tweaks, improvements
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user