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;
}
&__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;
}
}
}