Recently, I've encountered a problem with one of my projects. The mobile layout is not working properly on different pages of the same web application.
When inspecting any page on the website IndianStandups using Chrome's inspector tools and switching to mobile view, the navigation bar appears correctly.
However, the only exception is the About Page, which does not display properly in mobile layout.
If anyone has any suggestions on how to troubleshoot this issue, it would be greatly appreciated as there are no discernible differences in CSS and JS between the two pages.
The navigation menu displays perfectly on other pages.
https://i.sstatic.net/QIMPC.png
The navigation bar appears very small, indicating that the css breakpoint may not be detected.