From 2b920a41f0c6898a2ab26a26ed0434eb1819efa1 Mon Sep 17 00:00:00 2001 From: VitaliyTr Date: Thu, 23 Feb 2017 23:35:06 +0700 Subject: [PATCH] fixed typograph --- npm-debug.log.2092820115 | 0 src/scss/_section.scss | 13 +++++-------- 2 files changed, 5 insertions(+), 8 deletions(-) create mode 100644 npm-debug.log.2092820115 diff --git a/npm-debug.log.2092820115 b/npm-debug.log.2092820115 new file mode 100644 index 0000000..e69de29 diff --git a/src/scss/_section.scss b/src/scss/_section.scss index 1daaa6b..22d940f 100644 --- a/src/scss/_section.scss +++ b/src/scss/_section.scss @@ -11,13 +11,10 @@ $m: 'section'; margin: 0 auto; } &__title{ - font-weight: 300; - font-size: 3.35294rem; - line-height: 1.2; - letter-spacing: -0.015em; - margin-bottom: 10px; - text-align: center; - margin-bottom: 40px; + @include font-title-xlarge(); + margin-bottom: 10px; + text-align: center; + margin-bottom: 40px; } &--intro-lead { text-align: center; @@ -119,7 +116,7 @@ $m: 'section'; @include mq($to: 600px) { // optical & > * { width: 100%; - text-align: center; + text-align: center; } } }