Ensure mutli-word page titles do not wrap (#13)

If you happen to have a page with the title of "Getting Started", the title would wrap even if there was plenty of space.
This commit is contained in:
Shawn Wilsher 2017-07-12 14:23:13 -07:00 committed by Joel Marcey
parent 6e433f45c3
commit 4fd8d5a105

View file

@ -181,6 +181,7 @@ header h2 {
.mainContainer {
background: #f9f9f9;
flex: 1;
}
.mainContainer .wrapper {
text-align: left;