Merge pull request #65 from fdnd-agency/project-cards-51
Project cards 51
Deze merge voegt de component voor projectkaarten op de startpagina en de bijbehorende container toe aan de dev branch
refactor: scope layout and styling to the sponsor section instead of body (#45) (#79)
Removed global body styles (margin, overflow, background etc) and applied them only to the sponsors section to prevent conflicts with other components in +page.svelte and future +layout.svelte
Refactor: replace custom :root colors with custom properties (#45) (#79)
Removed custom :root colors and replaced them with custom properties from our stylesheet
(--color-neutral, etc)
refactor: rename variable q to sponsor for better readability (#45) (#79)
Improved code readability by replacing unclear variable name q with a more descriptive one
fix: remove a11ly error message #71
with the comment you won't see the error message in the terminal every time you hover over the li.
and it also removes all yellow underlines in vscode