type tweaks, increase weight and contrast
This commit is contained in:
parent
00a9c1c9a5
commit
b719806d97
|
@ -10,20 +10,21 @@ body.page-home {
|
||||||
line-height: 42px;
|
line-height: 42px;
|
||||||
letter-spacing: 2px;
|
letter-spacing: 2px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
@include lato-light();
|
font-weight: regular;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3{
|
h3{
|
||||||
margin-bottom: .3em;
|
margin-bottom: 10px;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
p{
|
p{
|
||||||
font-size: 16px;
|
font-size: 15px;
|
||||||
line-height: 1.5em;
|
line-height: 1.4;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
letter-spacing: .5px;
|
letter-spacing: .5px;
|
||||||
}
|
}
|
||||||
|
@ -54,7 +55,6 @@ body.page-home {
|
||||||
|
|
||||||
.feature{
|
.feature{
|
||||||
padding: 240px 0;
|
padding: 240px 0;
|
||||||
@include lato-light();
|
|
||||||
|
|
||||||
.lead{
|
.lead{
|
||||||
max-width: 30em;
|
max-width: 30em;
|
||||||
|
|
Loading…
Reference in New Issue