styles(h3): make h3 stand out a bit more for API and dev guides

This commit is contained in:
Naomi Black 2015-10-20 12:08:44 +01:00
parent d4d63555ec
commit 0b7b6d0c83
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ code {
.docs-content h3 {
margin: 0px 0px ($unit * 2) 0px;
font-size: 24px;
font-weight: 400;
font-weight: 450;
opacity: .87;
line-height: 32px;
}