Right now mobile screen width is different across pages, we should standardize it.
Acceptance Criteria
Mobile screen width is the same across pages, and all mobile page UI is still intact and working. (add screenshots of all pages in mobile view).
Proposed Solution
Look over the top level page components, should have -page in the name. Checkout each mobile screen width threshold, that is updated by the @HostListener('window:resize', ['$event']). Reach out to Reid or Wyatt for more info.
Description
Right now mobile screen width is different across pages, we should standardize it.
Acceptance Criteria
Mobile screen width is the same across pages, and all mobile page UI is still intact and working. (add screenshots of all pages in mobile view).
Proposed Solution
Look over the top level page components, should have -page in the name. Checkout each mobile screen width threshold, that is updated by the
@HostListener('window:resize', ['$event'])
. Reach out to Reid or Wyatt for more info.Mocks
No response