Skip to content

Commit e67526d

Browse files
jasoncostellomitchellh
authored andcommitted
tweak scale, simplify declarations
1 parent 25616b3 commit e67526d

3 files changed

Lines changed: 21 additions & 39 deletions

File tree

website/source/assets/stylesheets/_docs.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ body.layout-intro{
205205
}
206206

207207
p, li, .alert {
208-
font-size: 20px;
208+
font-size: 18px;
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: 40px;
238-
margin-bottom: 24px;
237+
margin-top: 24px;
238+
margin-bottom: 30px;
239239
border-bottom: 1px solid #eeeeee;
240240
}
241241

website/source/assets/stylesheets/_global.scss

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,27 +18,40 @@ body {
1818
h1, h2, h3, h4, h5 {
1919
-webkit-font-smoothing: antialiased;
2020
font-family: "klavika-web";
21+
font-weight: 600;
2122
}
2223
h1{
2324
font-size: 42px;
24-
line-height: 42px;
25+
line-height: 40px;
2526
margin-bottom: 24px;
27+
text-transform: uppercase;
2628
}
2729

2830
h2{
29-
font-size: 36px;
31+
font-size: 34px;
32+
text-transform: uppercase;
3033
}
3134

3235
h3{
33-
font-size: 28px;
34-
line-height: 28px;
36+
font-size: 20px;
37+
line-height: 20px;
38+
text-transform: uppercase;
3539
}
3640

3741
p {
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;

website/source/assets/stylesheets/_home.scss

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -4,38 +4,7 @@
44

55
body.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{

0 commit comments

Comments
 (0)