Allow white space to wrap in welcome text

It's in an href, so override the default and include wrapping. Fixes #289.
This commit is contained in:
Matthew Taylor 2016-01-11 09:11:13 -05:00
parent 4ab7cfef6b
commit d578d4a800

View file

@ -14,6 +14,10 @@
margin-top: 12px;
padding: 0;
font-weight: 200;
a {
white-space: normal;
}
}
> a {