HackYourFuture-CPH / rate-my-cv

MIT License
1 stars 2 forks source link

Change names of classes due to overwriting ... #223

Closed valmdz closed 3 years ago

valmdz commented 3 years ago

... problems and add media queries

Description

Changes some class names as the css was being overwritten by other components and added media queries so the component adapts batter to different sizes of screens

Fixes # (issue)

How to test?

npm run dev

go to the homepage, and the component should look like this: (after) Screenshot (2642)

instead of this: (before) Screenshot (2645)

Checklist