international-jugger-council / ijc-website

A repository for building the website of the International Jugger Council.
https://juggercouncil.org
GNU General Public License v3.0
0 stars 0 forks source link

Main title is too long on some mobile screens #19

Open valkyriesavage opened 3 years ago

valkyriesavage commented 3 years ago

What Happened On mobile screens, "The International Jugger Council" title in the navbar is too long and pushes the nav menu out of reach of the user. This will likely be even more of an issue in, e.g., German, where text is often much longer.

What Should Happen The navbar menu button always needs to be accessible.

To Reproduce Steps to reproduce the bug:

  1. Look at the website in 500px width
  2. Observe that there is no navbar
  3. Be sad

Screenshots image

Additional Notes This should be split onto 2 lines with a max-width attribute. We shouldn't truncate it. There are some examples in the css of media tags that should be copiable to help fix this.