Challenge Overview
Community members page is not properly rendered on mobile devices, you will fix it. The following points must be addressed:
1. Community stats are completely srewed in mobile view. They should be layed out in a single column on mobile.
2. Community advisory board and Copilots sections use horizontal scrolling for navigation when they don't fit the screen on mobile. We should just lay them out in column (probably two-column layout each, when it fits the screen), so that a visitor on mobile can rapidly scroll through entire page and see all information using the vertical swipe gesture only.
3. If you see other problems with mobile rendering, in general they are in scope. Feel free to check in forum, however.
4. Desktop appearence of the page should not be affected by your changes, and your changes should follow code style in the repository (don't violate lint rules, etc.)
The base code can be found in the topcoder-app repository, use the latest commit in dev branch (0d22048e3017564606ec64ba36303d00dc7f3bbf at the time of writing this specs).
1. Community stats are completely srewed in mobile view. They should be layed out in a single column on mobile.
2. Community advisory board and Copilots sections use horizontal scrolling for navigation when they don't fit the screen on mobile. We should just lay them out in column (probably two-column layout each, when it fits the screen), so that a visitor on mobile can rapidly scroll through entire page and see all information using the vertical swipe gesture only.
3. If you see other problems with mobile rendering, in general they are in scope. Feel free to check in forum, however.
4. Desktop appearence of the page should not be affected by your changes, and your changes should follow code style in the repository (don't violate lint rules, etc.)
The base code can be found in the topcoder-app repository, use the latest commit in dev branch (0d22048e3017564606ec64ba36303d00dc7f3bbf at the time of writing this specs).