cleanup intro p
This commit is contained in:
parent
f08b2fee01
commit
040f4f4bb5
|
@ -217,12 +217,13 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
p{
|
p{
|
||||||
|
padding-top: 4px;
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
font-family: @font-family-lato;
|
font-family: @font-family-lato;
|
||||||
font-weight: @font-weight-lato-sb;
|
font-weight: 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -797,12 +797,13 @@ body.page-sub #header .main-links.navbar-nav li + li::before {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
#cta p {
|
#cta p {
|
||||||
|
padding-top: 4px;
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
|
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
font-weight: 500;
|
font-weight: 100;
|
||||||
}
|
}
|
||||||
#cta .outline-btn {
|
#cta .outline-btn {
|
||||||
padding: 16px 40px;
|
padding: 16px 40px;
|
||||||
|
|
Loading…
Reference in New Issue