Do not wrap on words in navigation links

If you have text like "Getting Started", it will wrap on the space and not be one line.
This commit is contained in:
Shawn Wilsher 2017-07-12 10:22:18 -07:00 committed by GitHub
parent e3139eea2f
commit 6ed4afef64

View file

@ -978,6 +978,7 @@ a:hover code {
.navigationSlider .slidingNav ul li {
flex: 1;
text-align: center;
white-space: nowrap;
margin: 0;
}
.navigationSlider .slidingNav ul li a {