After exporting a Figma design to Angular code, I've encountered challenges in ensuring responsiveness, largely due to the extensive codebase. Media queries have proven ineffective as the majority of the code is written with (px) units and there are countless CSS classes to modify.
Even with attempts to incorporate Bootstrap for assistance, the desired outcome remains elusive. Any guidance on the most effective strategies for tackling this issue would be greatly appreciated.