csumb / csumb-gatsby

A @gatsbyjs version of the CSUMB website.
https://csumb.edu
MIT License
5 stars 0 forks source link

Fix mobile menu toggle link alignment issues #516

Closed codywall closed 4 years ago

codywall commented 4 years ago

Closes #506 - left aligns all mobile toggle menu links, even when the arrow overflows to the next line. Previously if a toggle link was too long to fit on one line, the carat would drop below and the link would become center aligned, rather than left aligned.

This makes more sense with our UI, and ensures all links begin on the same margin.