Docs heading margins

This commit is contained in:
Jason Costello 2017-02-27 19:07:36 -08:00
parent afe67c05b9
commit 13f4fa01ed
2 changed files with 4 additions and 4 deletions

View File

@ -251,7 +251,6 @@ header .header {
} }
h1 { h1 {
font-size: 40px;
line-height: (25/20); line-height: (25/20);
font-weight: 600; font-weight: 600;
} }
@ -263,9 +262,10 @@ header .header {
} }
h3 { h3 {
margin-top: $baseline; margin-top: $baseline * 2;
text-transform: capitalize; text-transform: capitalize;
font-size: 26px; font-size: 24px;
font-weight: 600;
} }
} }
} }

View File

@ -26,6 +26,7 @@ body {
.home { .home {
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
font-family: $font-family-klavika; font-family: $font-family-klavika;
letter-spacing: 1px;
font-weight: normal; font-weight: normal;
} }
} }
@ -43,7 +44,6 @@ h2 {
font-size: 36px; font-size: 36px;
line-height: (50/40); line-height: (50/40);
text-transform: uppercase; text-transform: uppercase;
letter-spacing: 1px;
&.has-dividers { &.has-dividers {
//overflow: auto !important; //overflow: auto !important;