diff --git a/website/source/assets/stylesheets/_components.scss b/website/source/assets/stylesheets/_components.scss index 3251f17ff..0d0d8ab25 100644 --- a/website/source/assets/stylesheets/_components.scss +++ b/website/source/assets/stylesheets/_components.scss @@ -251,7 +251,6 @@ header .header { } h1 { - font-size: 40px; line-height: (25/20); font-weight: 600; } @@ -263,9 +262,10 @@ header .header { } h3 { - margin-top: $baseline; + margin-top: $baseline * 2; text-transform: capitalize; - font-size: 26px; + font-size: 24px; + font-weight: 600; } } } diff --git a/website/source/assets/stylesheets/_styles.scss b/website/source/assets/stylesheets/_styles.scss index 1e3700a33..beac0f638 100644 --- a/website/source/assets/stylesheets/_styles.scss +++ b/website/source/assets/stylesheets/_styles.scss @@ -26,6 +26,7 @@ body { .home { h1, h2, h3, h4, h5, h6 { font-family: $font-family-klavika; + letter-spacing: 1px; font-weight: normal; } } @@ -43,7 +44,6 @@ h2 { font-size: 36px; line-height: (50/40); text-transform: uppercase; - letter-spacing: 1px; &.has-dividers { //overflow: auto !important;