demo-projects
demo-projects copied to clipboard
fix(cash register): styles, allow large browser font sizes
Checklist:
- [x] I have read freeCodeCamp's contribution guidelines.
- [x] My pull request has a descriptive title (not a vague title like
Update index.md)
Related: https://github.com/freeCodeCamp/freeCodeCamp/issues/55542
Updated the styles:
- Allow for large browser fonts without an overflow
- Avoid unnecessary text wrapping by giving it more width, but having a min width on body at 320px
I only tested this locally using the HTML/CSS, I didn't run the repo.