Fix frontend mobile navbar alignment
The mobile navigation bar currently has weird item alignments because the "align" prop for the Stack component is not a valid value. This MR fixes it to be "flex-start" instead of "left".
The mobile navigation bar currently has weird item alignments because the "align" prop for the Stack component is not a valid value. This MR fixes it to be "flex-start" instead of "left".