Skip to content

Instantly share code, notes, and snippets.

@levicole
Created November 7, 2017 02:12
Show Gist options
  • Save levicole/0a503b3fab2d6684aaed5df24fca80ac to your computer and use it in GitHub Desktop.
Save levicole/0a503b3fab2d6684aaed5df24fca80ac to your computer and use it in GitHub Desktop.
Helping Keith with some CSS!
// I'd make sure you do this in a media query of some form so it only happens on mobile.
nav {
width: 80%;
}
nav ul li {
width: 20%;
text-align: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment