fixed typograph

This commit is contained in:
VitaliyTr 2017-02-23 23:35:06 +07:00
parent 32ef0f9a2c
commit 2b920a41f0
2 changed files with 5 additions and 8 deletions

0
npm-debug.log.2092820115 Normal file
View file

View file

@ -11,13 +11,10 @@ $m: 'section';
margin: 0 auto; margin: 0 auto;
} }
&__title{ &__title{
font-weight: 300; @include font-title-xlarge();
font-size: 3.35294rem; margin-bottom: 10px;
line-height: 1.2; text-align: center;
letter-spacing: -0.015em; margin-bottom: 40px;
margin-bottom: 10px;
text-align: center;
margin-bottom: 40px;
} }
&--intro-lead { &--intro-lead {
text-align: center; text-align: center;
@ -119,7 +116,7 @@ $m: 'section';
@include mq($to: 600px) { // optical @include mq($to: 600px) { // optical
& > * { & > * {
width: 100%; width: 100%;
text-align: center; text-align: center;
} }
} }
} }