Refactor frontend sections to use Tailwind CSS
Convert custom CSS styling to Tailwind utility classes across marketing and about pages. Improve responsive layouts in feature grids, service lists, and sliders. Consolidate section headers using the shared SectionHeader component to maintain visual consistency.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
---
|
||||
|
||||
<section
|
||||
class="py-20 px-5 bg-white text-center mx-auto lg:py-[60px] lg:px-5 md:py-10"
|
||||
class="py-15 px-5 md:py-20 bg-white text-center mx-auto"
|
||||
aria-labelledby="cta-heading"
|
||||
>
|
||||
<div class="max-w-3xl mx-auto">
|
||||
|
||||
Reference in New Issue
Block a user