Some Struggles
- Started building the project without looking at the screen-size. After building for awhile, I realized that it broke during the smaller screens and had to go fix it. Next time, I want to start off from the smallest version
- Had difficulty with
max-width
andmin-width
- Overlapping the summary component underneath the results component was difficult. I ended up using negative margins, but felt like this is not an elegant way to solve the problem