refactor(styles): move component-specific CSS into Astro components
- relocate header, footer, nav, hero, and page-hero styles into their owning components - move blog index, blog post, team, video, insurance, CTA, and home-section styles out of the global sheet - keep focused on shared primitives such as buttons, cards, links, and list styling - preserve existing layout and responsive behavior while reducing global CSS scope
This commit is contained in:
@@ -4,3 +4,8 @@
|
||||
<a class="button button-light" href="/client-consultation">Schedule a Free Consultation</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<style>
|
||||
.cta-band { background: var(--color-primary); color: white; padding-block: var(--space-xl); }
|
||||
.cta-band h2, .cta-band .eyebrow { color: white; margin: 0; }
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user