e2a8769 Show on GitHub
- Author: KyanTG
- Date: 1/22/2026, 1:40:47 PM
- Message: Refactor and clean up CSS across route components Reformatted and reordered CSS rules for improved readability and consistency in multiple Svelte route components. Removed unused import in webinars page, clarified comments, and standardized media queries and selector formatting. No functional or visual changes intended.
- Stats: 905 total changes (+450 / -455)
Changed Files
src/routes/+error.svelte— +19 / -19 (38 changes)src/routes/+layout.svelte— +16 / -14 (30 changes)src/routes/+page.server.js— +1 / -1 (2 changes)src/routes/+page.svelte— +216 / -219 (435 changes)src/routes/webinars/+page.svelte— +42 / -45 (87 changes)src/routes/webinars/[slug]/+page.svelte— +156 / -157 (313 changes)