refactor(styles): move service-page rules into a dedicated pages stylesheet

- keep blog.css focused on blog/article styling only
- move the existing .service-page rules unchanged into pages.css
- import pages.css from the shared global stylesheet
- preserve the current service-page layout and responsive behavior
This commit is contained in:
2026-06-22 11:08:22 -07:00
parent 4a7045a1cb
commit a3f666c974
3 changed files with 6 additions and 5 deletions
+1
View File
@@ -4,3 +4,4 @@
@import './components.css';
@import './forms.css';
@import './blog.css';
@import './pages.css';