cmciosu / hemp-db

https://hempdb.vercel.app/
MIT License
1 stars 1 forks source link

Move all styles in companies.html to companies.css #49

Open paullpp opened 7 months ago

paullpp commented 7 months ago

So far we've mainly put any styles we used on the companies page in a style tag in the companies.html file. Now that a companies.css file is set up, we should move all styles into that file, and assign classes / ids to apply those styles to affected elements.

paullpp commented 5 months ago

this should be done for all html files, not just companies.html