Created
November 7, 2017 02:12
-
-
Save levicole/0a503b3fab2d6684aaed5df24fca80ac to your computer and use it in GitHub Desktop.
Helping Keith with some CSS!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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