ImanKahlila / ProjectHunt

1 stars 7 forks source link

39 create and implement css styles for create project page #65

Closed andrewquach-dev closed 1 year ago

andrewquach-dev commented 1 year ago

I added a temporary header and footer styles from an old web project of mine so that the website wouldn't look so bare. Also, I used clamp variables to make font size, margin, and padding fluid and responsive. Let me know your thoughts

ThomasCarney315 commented 1 year ago

@andrewquach-dev, I see you removed the moment-timezone from the package.json. Where is the data coming from?

andrewquach-dev commented 1 year ago

@andrewquach-dev, I see you removed the moment-timezone from the package.json. Where is the data coming from?

I removed it because it was deprecated and I couldn't get it to work without making a huge bundle.js file. It's getting the data locally from the browser.

ThomasCarney315 commented 1 year ago

ah! thats good to know. that's awesome! I was looking for a CDN or something lol