Minor docs fixes (#894)

* Update links

Update test-drive and quick-start references
Change relative links to absolute so they work in GitHub repo view

* Regain paragraph margins

Adding back the bottom margin had no effect on landing page, except a 16px legnth increase in the hero and editor sections. Offset by reducing the variable that set their margin/padding by the same amount.
This commit is contained in:
Jessica Parsons
2017-12-07 13:27:33 -08:00
committed by GitHub
parent e02aee8b83
commit b370929087
6 changed files with 10 additions and 10 deletions

View File

@ -58,7 +58,7 @@ h3 > p {
p, ul {
font-size: $tiny;
line-height: 26px;
margin: 0;
margin-top: 0;
}
a {