File tree Expand file tree Collapse file tree
website/source/assets/stylesheets Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ body.layout-intro{
205205 }
206206
207207 p , li , .alert {
208- font-size : 20 px ;
208+ font-size : 18 px ;
209209 line-height : 1.5em ;
210210 margin : 0 0 18px ;
211211 -webkit-font-smoothing : antialiased ;
@@ -234,8 +234,8 @@ body.layout-intro{
234234 text-transform : uppercase ;
235235 word-wrap : break-word ;
236236 padding-bottom : 24px ;
237- margin-top : 40 px ;
238- margin-bottom : 24 px ;
237+ margin-top : 24 px ;
238+ margin-bottom : 30 px ;
239239 border-bottom : 1px solid #eeeeee ;
240240 }
241241
Original file line number Diff line number Diff line change @@ -18,27 +18,40 @@ body {
1818h1 , h2 , h3 , h4 , h5 {
1919 -webkit-font-smoothing : antialiased ;
2020 font-family : " klavika-web" ;
21+ font-weight : 600 ;
2122}
2223h1 {
2324 font-size : 42px ;
24- line-height : 42 px ;
25+ line-height : 40 px ;
2526 margin-bottom : 24px ;
27+ text-transform : uppercase ;
2628}
2729
2830h2 {
29- font-size : 36px ;
31+ font-size : 34px ;
32+ text-transform : uppercase ;
3033}
3134
3235h3 {
33- font-size : 28px ;
34- line-height : 28px ;
36+ font-size : 20px ;
37+ line-height : 20px ;
38+ text-transform : uppercase ;
3539}
3640
3741p {
42+ margin-bottom : 30px ;
43+ font-size : 16px ;
44+ font-family : $font-family-open-sans ;
3845 font-weight : regular;
46+ line-height : 1.5 ;
3947 opacity : .8 ;
4048}
4149
50+ p .lead {
51+ font-size : 21px ;
52+ font-weight : 400 !important ;
53+ }
54+
4255// an alternative color for buttons in the doc body
4356.btn-serf {
4457 color : $white !important ;
Original file line number Diff line number Diff line change 44
55body .page-home {
66 h2 .tag-line {
7- font-size : 40px ;
8- }
9-
10- h2 {
11- margin-bottom : 15px ;
12- font-size : 42px ;
13- line-height : 42px ;
14- letter-spacing : 2px ;
15- text-transform : uppercase ;
16- font-weight : 600 ;
17- }
18-
19- h3 {
20- margin-bottom : 10px ;
21- font-size : 20px ;
22- line-height : 1.2 ;
23- letter-spacing : 1px ;
24- text-transform : uppercase ;
25- font-weight : 600 ;
26- }
27-
28- p {
29- font-size : 16px ;
30- line-height : 1.5 ;
31- font-weight : regular;
32- margin-bottom : 2.2em ;
33- font-family : $font-family-open-sans ;
34- }
35-
36- p .lead {
37- font-size : 21px ;
38- font-weight : 400 !important ;
7+ font-size : 40px ;
398 }
409
4110 #primary-cta {
You can’t perform that action at this time.
0 commit comments