smaller font-size in doc headers for readability with var names as titles

This commit is contained in:
captainill 2015-12-14 12:40:21 -08:00
parent 86882e39ed
commit d489206530
1 changed files with 4 additions and 2 deletions

View File

@ -202,7 +202,9 @@ body.layout-intro{
h1{
color: $purple;
font-size: 36px;
text-transform: uppercase;
word-wrap: break-word;
padding-bottom: 24px;
margin-top: 40px;
margin-bottom: 24px;
@ -219,7 +221,6 @@ body.layout-intro{
}
}
@media (max-width: 992px) {
body.layout-docs,
body.layout-inner,
@ -280,6 +281,7 @@ body.layout-intro{
.bs-docs-section{
h1{
font-size: 32px;
padding-top: 24px;
border-top: 1px solid #eeeeee;
}
@ -293,7 +295,7 @@ body.layout-intro{
}
h1{
font-size: 32px;
font-size: 28px;
}
}
}