theDavidBarton/trending-movies-react-app

remove unneccesary style tags in markup and replace them with existing bootstrap classes

theDavidBarton opened this issue · 1 comments

there is an overuse of <... style={{...}}}> in the markup due to in the beginning I was not aware of some styling capabilities of Bootstrap (like py-NUMBER etc.). jsx will look nicer if these will be solved.

done in multiple steps