lukeshafer / indigestion-cards

https://indigestioncards.com
6 stars 0 forks source link

Refactor CSS #66

Closed lukeshafer closed 1 year ago

lukeshafer commented 1 year ago

Go through the site and fix little CSS things. For example:

lukeshafer commented 1 year ago

Major CSS refactor in progress starting with 1ac380e.

Goal: remove CSS dependencies outside of Tailwind to allow design consistency

This will be achieved by using primarily utility classes, and using components instead of component classes.

example: the page-header css class is now a <PageHeader /> Astro component.