ucsb-cs156-s21 / proj-ucsb-cs-las

https://proj-ucsb-cs-las.herokuapp.com/
MIT License
2 stars 3 forks source link

Refactor: replace custom CSS with React-Bootstrap / Bootstrap classes #276

Closed pconrad closed 3 years ago

pconrad commented 3 years ago

In PR #272, a glitch with the sites CSS was addressed with custom changes to the CSS.

If it is possible to create a similar effect with built-in Bootstrap CSS classes, that might be preferable.

This issue involves investigating that, and if possible, replacing the custom CSS with an appropriate Bootstrap solution.

In addition, it would be helpful to address this comment from a prior code review:

In: javascript/src/main/App.css

image